@Properties(inherit=BulletSoftBody.class) public class SoftBodyNodeData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SoftBodyNodeData()
Default native constructor.
|
SoftBodyNodeData(long size)
Native array allocator.
|
SoftBodyNodeData(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SoftBodyNodeData |
getPointer(long i) |
btVector3FloatData |
m_accumulatedForce() |
SoftBodyNodeData |
m_accumulatedForce(btVector3FloatData setter) |
float |
m_area() |
SoftBodyNodeData |
m_area(float setter) |
int |
m_attach() |
SoftBodyNodeData |
m_attach(int setter) |
float |
m_inverseMass() |
SoftBodyNodeData |
m_inverseMass(float setter) |
SoftBodyMaterialData |
m_material() |
SoftBodyNodeData |
m_material(SoftBodyMaterialData setter) |
btVector3FloatData |
m_normal() |
SoftBodyNodeData |
m_normal(btVector3FloatData setter) |
int |
m_pad() |
SoftBodyNodeData |
m_pad(int setter) |
btVector3FloatData |
m_position() |
SoftBodyNodeData |
m_position(btVector3FloatData setter) |
btVector3FloatData |
m_previousPosition() |
SoftBodyNodeData |
m_previousPosition(btVector3FloatData setter) |
btVector3FloatData |
m_velocity() |
SoftBodyNodeData |
m_velocity(btVector3FloatData setter) |
SoftBodyNodeData |
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 SoftBodyNodeData()
public SoftBodyNodeData(long size)
Pointer.position(long).public SoftBodyNodeData(Pointer p)
Pointer(Pointer).public SoftBodyNodeData position(long position)
public SoftBodyNodeData getPointer(long i)
getPointer in class Pointerpublic SoftBodyMaterialData m_material()
public SoftBodyNodeData m_material(SoftBodyMaterialData setter)
@ByRef public btVector3FloatData m_position()
public SoftBodyNodeData m_position(btVector3FloatData setter)
@ByRef public btVector3FloatData m_previousPosition()
public SoftBodyNodeData m_previousPosition(btVector3FloatData setter)
@ByRef public btVector3FloatData m_velocity()
public SoftBodyNodeData m_velocity(btVector3FloatData setter)
@ByRef public btVector3FloatData m_accumulatedForce()
public SoftBodyNodeData m_accumulatedForce(btVector3FloatData setter)
@ByRef public btVector3FloatData m_normal()
public SoftBodyNodeData m_normal(btVector3FloatData setter)
public float m_inverseMass()
public SoftBodyNodeData m_inverseMass(float setter)
public float m_area()
public SoftBodyNodeData m_area(float setter)
public int m_attach()
public SoftBodyNodeData m_attach(int setter)
public int m_pad()
public SoftBodyNodeData m_pad(int setter)
Copyright © 2024. All rights reserved.