@NoOffset public static class btSoftBody.Joint extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
btSoftBody.Joint.eType |
static class |
btSoftBody.Joint.Specs |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Joint(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
btSoftBody.Body |
m_bodies() |
btSoftBody.Body |
m_bodies(int i) |
btSoftBody.Joint |
m_bodies(int i,
btSoftBody.Body setter) |
double |
m_cfm() |
btSoftBody.Joint |
m_cfm(double setter) |
boolean |
m_delete() |
btSoftBody.Joint |
m_delete(boolean setter) |
btVector3 |
m_drift() |
btSoftBody.Joint |
m_drift(btVector3 setter) |
double |
m_erp() |
btSoftBody.Joint |
m_erp(double setter) |
btMatrix3x3 |
m_massmatrix() |
btSoftBody.Joint |
m_massmatrix(btMatrix3x3 setter) |
btVector3 |
m_refs() |
btVector3 |
m_refs(int i) |
btSoftBody.Joint |
m_refs(int i,
btVector3 setter) |
btVector3 |
m_sdrift() |
btSoftBody.Joint |
m_sdrift(btVector3 setter) |
double |
m_split() |
btSoftBody.Joint |
m_split(double setter) |
void |
Prepare(double dt,
int iterations) |
void |
Solve(double dt,
double sor) |
void |
Terminate(double dt) |
int |
Type() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Joint(Pointer p)
Pointer(Pointer).@ByRef public btSoftBody.Body m_bodies(int i)
public btSoftBody.Joint m_bodies(int i, btSoftBody.Body setter)
@MemberGetter public btSoftBody.Body m_bodies()
public btSoftBody.Joint m_refs(int i, btVector3 setter)
@MemberGetter public btVector3 m_refs()
public btSoftBody.Joint m_cfm(double setter)
public btSoftBody.Joint m_erp(double setter)
public btSoftBody.Joint m_split(double setter)
public btSoftBody.Joint m_drift(btVector3 setter)
public btSoftBody.Joint m_sdrift(btVector3 setter)
@ByRef public btMatrix3x3 m_massmatrix()
public btSoftBody.Joint m_massmatrix(btMatrix3x3 setter)
public btSoftBody.Joint m_delete(boolean setter)
Copyright © 2024. All rights reserved.