@NoOffset @Properties(inherit=LinearMath.class) public class btSymmetricSpatialDyad extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btSymmetricSpatialDyad() |
btSymmetricSpatialDyad(btMatrix3x3 topLeftMat,
btMatrix3x3 topRightMat,
btMatrix3x3 bottomLeftMat) |
btSymmetricSpatialDyad(long size)
Native array allocator.
|
btSymmetricSpatialDyad(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMatrix(btMatrix3x3 topLeftMat,
btMatrix3x3 topRightMat,
btMatrix3x3 bottomLeftMat) |
btSymmetricSpatialDyad |
getPointer(long i) |
btMatrix3x3 |
m_bottomLeftMat() |
btSymmetricSpatialDyad |
m_bottomLeftMat(btMatrix3x3 setter) |
btMatrix3x3 |
m_topLeftMat() |
btSymmetricSpatialDyad |
m_topLeftMat(btMatrix3x3 setter) |
btMatrix3x3 |
m_topRightMat() |
btSymmetricSpatialDyad |
m_topRightMat(btMatrix3x3 setter) |
btSpatialForceVector |
multiply(btSpatialMotionVector vec) |
btSymmetricSpatialDyad |
position(long position) |
void |
setIdentity() |
void |
setMatrix(btMatrix3x3 topLeftMat,
btMatrix3x3 topRightMat,
btMatrix3x3 bottomLeftMat) |
btSymmetricSpatialDyad |
subtractPut(btSymmetricSpatialDyad mat) |
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 btSymmetricSpatialDyad(Pointer p)
Pointer(Pointer).public btSymmetricSpatialDyad(long size)
Pointer.position(long).public btSymmetricSpatialDyad()
public btSymmetricSpatialDyad(@Const @ByRef btMatrix3x3 topLeftMat, @Const @ByRef btMatrix3x3 topRightMat, @Const @ByRef btMatrix3x3 bottomLeftMat)
public btSymmetricSpatialDyad position(long position)
public btSymmetricSpatialDyad getPointer(long i)
getPointer in class Pointer@ByRef public btMatrix3x3 m_topLeftMat()
public btSymmetricSpatialDyad m_topLeftMat(btMatrix3x3 setter)
@ByRef public btMatrix3x3 m_topRightMat()
public btSymmetricSpatialDyad m_topRightMat(btMatrix3x3 setter)
@ByRef public btMatrix3x3 m_bottomLeftMat()
public btSymmetricSpatialDyad m_bottomLeftMat(btMatrix3x3 setter)
public void setMatrix(@Const @ByRef btMatrix3x3 topLeftMat, @Const @ByRef btMatrix3x3 topRightMat, @Const @ByRef btMatrix3x3 bottomLeftMat)
public void addMatrix(@Const @ByRef btMatrix3x3 topLeftMat, @Const @ByRef btMatrix3x3 topRightMat, @Const @ByRef btMatrix3x3 bottomLeftMat)
public void setIdentity()
@ByRef @Name(value="operator -=") public btSymmetricSpatialDyad subtractPut(@Const @ByRef btSymmetricSpatialDyad mat)
@ByVal @Name(value="operator *") public btSpatialForceVector multiply(@Const @ByRef btSpatialMotionVector vec)
Copyright © 2024. All rights reserved.