public static class btSoftBody.SContact extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SContact()
Default native constructor.
|
SContact(long size)
Native array allocator.
|
SContact(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
btSoftBody.SContact |
getPointer(long i) |
DoublePointer |
m_cfm() |
double |
m_cfm(int i) |
btSoftBody.SContact |
m_cfm(int i,
double setter) |
btSoftBody.Face |
m_face() |
btSoftBody.SContact |
m_face(btSoftBody.Face setter) |
double |
m_friction() |
btSoftBody.SContact |
m_friction(double setter) |
double |
m_margin() |
btSoftBody.SContact |
m_margin(double setter) |
btSoftBody.Node |
m_node() |
btSoftBody.SContact |
m_node(btSoftBody.Node setter) |
btVector3 |
m_normal() |
btSoftBody.SContact |
m_normal(btVector3 setter) |
btVector3 |
m_weights() |
btSoftBody.SContact |
m_weights(btVector3 setter) |
btSoftBody.SContact |
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 SContact()
public SContact(long size)
Pointer.position(long).public SContact(Pointer p)
Pointer(Pointer).public btSoftBody.SContact position(long position)
public btSoftBody.SContact getPointer(long i)
getPointer in class Pointerpublic btSoftBody.Node m_node()
public btSoftBody.SContact m_node(btSoftBody.Node setter)
public btSoftBody.Face m_face()
public btSoftBody.SContact m_face(btSoftBody.Face setter)
public btSoftBody.SContact m_weights(btVector3 setter)
public btSoftBody.SContact m_normal(btVector3 setter)
public btSoftBody.SContact m_margin(double setter)
public btSoftBody.SContact m_friction(double setter)
public btSoftBody.SContact m_cfm(int i, double setter)
@MemberGetter @Cast(value="btScalar*") public DoublePointer m_cfm()
Copyright © 2024. All rights reserved.