@Properties(inherit=BulletSoftBody.class) public class SoftBodyPoseData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
SoftBodyPoseData()
Default native constructor.
|
SoftBodyPoseData(long size)
Native array allocator.
|
SoftBodyPoseData(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
SoftBodyPoseData |
getPointer(long i) |
btMatrix3x3FloatData |
m_aqq() |
SoftBodyPoseData |
m_aqq(btMatrix3x3FloatData setter) |
int |
m_bframe() |
SoftBodyPoseData |
m_bframe(int setter) |
int |
m_bvolume() |
SoftBodyPoseData |
m_bvolume(int setter) |
btVector3FloatData |
m_com() |
SoftBodyPoseData |
m_com(btVector3FloatData setter) |
int |
m_numPositions() |
SoftBodyPoseData |
m_numPositions(int setter) |
int |
m_numWeigts() |
SoftBodyPoseData |
m_numWeigts(int setter) |
int |
m_pad() |
SoftBodyPoseData |
m_pad(int setter) |
btVector3FloatData |
m_positions() |
SoftBodyPoseData |
m_positions(btVector3FloatData setter) |
float |
m_restVolume() |
SoftBodyPoseData |
m_restVolume(float setter) |
btMatrix3x3FloatData |
m_rot() |
SoftBodyPoseData |
m_rot(btMatrix3x3FloatData setter) |
btMatrix3x3FloatData |
m_scale() |
SoftBodyPoseData |
m_scale(btMatrix3x3FloatData setter) |
FloatPointer |
m_weights() |
SoftBodyPoseData |
m_weights(FloatPointer setter) |
SoftBodyPoseData |
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, zero
public SoftBodyPoseData()
public SoftBodyPoseData(long size)
Pointer.position(long)
.public SoftBodyPoseData(Pointer p)
Pointer(Pointer)
.public SoftBodyPoseData position(long position)
public SoftBodyPoseData getPointer(long i)
getPointer
in class Pointer
@ByRef public btMatrix3x3FloatData m_rot()
public SoftBodyPoseData m_rot(btMatrix3x3FloatData setter)
@ByRef public btMatrix3x3FloatData m_scale()
public SoftBodyPoseData m_scale(btMatrix3x3FloatData setter)
@ByRef public btMatrix3x3FloatData m_aqq()
public SoftBodyPoseData m_aqq(btMatrix3x3FloatData setter)
@ByRef public btVector3FloatData m_com()
public SoftBodyPoseData m_com(btVector3FloatData setter)
public btVector3FloatData m_positions()
public SoftBodyPoseData m_positions(btVector3FloatData setter)
public FloatPointer m_weights()
public SoftBodyPoseData m_weights(FloatPointer setter)
public int m_numPositions()
public SoftBodyPoseData m_numPositions(int setter)
public int m_numWeigts()
public SoftBodyPoseData m_numWeigts(int setter)
public int m_bvolume()
public SoftBodyPoseData m_bvolume(int setter)
public int m_bframe()
public SoftBodyPoseData m_bframe(int setter)
public float m_restVolume()
public SoftBodyPoseData m_restVolume(float setter)
public int m_pad()
public SoftBodyPoseData m_pad(int setter)
Copyright © 2024. All rights reserved.