@NoOffset @Properties(inherit=BulletDynamics.class) public class btJacobianEntry extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btJacobianEntry() |
btJacobianEntry(btMatrix3x3 world2A,
btMatrix3x3 world2B,
btVector3 rel_pos1,
btVector3 rel_pos2,
btVector3 jointAxis,
btVector3 inertiaInvA,
double massInvA,
btVector3 inertiaInvB,
double massInvB) |
btJacobianEntry(btMatrix3x3 world2A,
btVector3 rel_pos1,
btVector3 rel_pos2,
btVector3 jointAxis,
btVector3 inertiaInvA,
double massInvA) |
btJacobianEntry(btVector3 jointAxis,
btMatrix3x3 world2A,
btMatrix3x3 world2B,
btVector3 inertiaInvA,
btVector3 inertiaInvB) |
btJacobianEntry(btVector3 axisInA,
btVector3 axisInB,
btVector3 inertiaInvA,
btVector3 inertiaInvB) |
btJacobianEntry(long size)
Native array allocator.
|
btJacobianEntry(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDiagonal() |
double |
getNonDiagonal(btJacobianEntry jacB,
double massInvA) |
double |
getNonDiagonal(btJacobianEntry jacB,
double massInvA,
double massInvB) |
btJacobianEntry |
getPointer(long i) |
double |
getRelativeVelocity(btVector3 linvelA,
btVector3 angvelA,
btVector3 linvelB,
btVector3 angvelB) |
btVector3 |
m_0MinvJt() |
btJacobianEntry |
m_0MinvJt(btVector3 setter) |
btVector3 |
m_1MinvJt() |
btJacobianEntry |
m_1MinvJt(btVector3 setter) |
double |
m_Adiag() |
btJacobianEntry |
m_Adiag(double setter) |
btVector3 |
m_aJ() |
btJacobianEntry |
m_aJ(btVector3 setter) |
btVector3 |
m_bJ() |
btJacobianEntry |
m_bJ(btVector3 setter) |
btVector3 |
m_linearJointAxis() |
btJacobianEntry |
m_linearJointAxis(btVector3 setter) |
btJacobianEntry |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic btJacobianEntry(Pointer p)
Pointer(Pointer).public btJacobianEntry(long size)
Pointer.position(long).public btJacobianEntry()
public btJacobianEntry(@Const @ByRef btMatrix3x3 world2A, @Const @ByRef btMatrix3x3 world2B, @Const @ByRef btVector3 rel_pos1, @Const @ByRef btVector3 rel_pos2, @Const @ByRef btVector3 jointAxis, @Const @ByRef btVector3 inertiaInvA, @Cast(value="const btScalar") double massInvA, @Const @ByRef btVector3 inertiaInvB, @Cast(value="const btScalar") double massInvB)
public btJacobianEntry(@Const @ByRef btVector3 jointAxis, @Const @ByRef btMatrix3x3 world2A, @Const @ByRef btMatrix3x3 world2B, @Const @ByRef btVector3 inertiaInvA, @Const @ByRef btVector3 inertiaInvB)
public btJacobianEntry(@Const @ByRef btVector3 axisInA, @Const @ByRef btVector3 axisInB, @Const @ByRef btVector3 inertiaInvA, @Const @ByRef btVector3 inertiaInvB)
public btJacobianEntry position(long position)
public btJacobianEntry getPointer(long i)
getPointer in class Pointer@Cast(value="btScalar") public double getNonDiagonal(@Const @ByRef btJacobianEntry jacB, @Cast(value="const btScalar") double massInvA)
@Cast(value="btScalar") public double getNonDiagonal(@Const @ByRef btJacobianEntry jacB, @Cast(value="const btScalar") double massInvA, @Cast(value="const btScalar") double massInvB)
@Cast(value="btScalar") public double getRelativeVelocity(@Const @ByRef btVector3 linvelA, @Const @ByRef btVector3 angvelA, @Const @ByRef btVector3 linvelB, @Const @ByRef btVector3 angvelB)
public btJacobianEntry m_linearJointAxis(btVector3 setter)
public btJacobianEntry m_aJ(btVector3 setter)
public btJacobianEntry m_bJ(btVector3 setter)
public btJacobianEntry m_0MinvJt(btVector3 setter)
public btJacobianEntry m_1MinvJt(btVector3 setter)
public btJacobianEntry m_Adiag(double setter)
Copyright © 2024. All rights reserved.