@NoOffset @Properties(inherit=LinearMath.class) public class HullResult extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
HullResult() |
HullResult(long size)
Native array allocator.
|
HullResult(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HullResult |
getPointer(long i) |
btUIntArray |
m_Indices() |
HullResult |
m_Indices(btUIntArray setter) |
btVector3Array |
m_OutputVertices() |
HullResult |
m_OutputVertices(btVector3Array setter) |
int |
mNumFaces() |
HullResult |
mNumFaces(int setter) |
int |
mNumIndices() |
HullResult |
mNumIndices(int setter) |
int |
mNumOutputVertices() |
HullResult |
mNumOutputVertices(int setter) |
boolean |
mPolygons() |
HullResult |
mPolygons(boolean setter) |
HullResult |
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 HullResult(Pointer p)
Pointer(Pointer).public HullResult(long size)
Pointer.position(long).public HullResult()
public HullResult position(long position)
public HullResult getPointer(long i)
getPointer in class Pointerpublic HullResult mPolygons(boolean setter)
public HullResult mNumOutputVertices(int setter)
@ByRef public btVector3Array m_OutputVertices()
public HullResult m_OutputVertices(btVector3Array setter)
public HullResult mNumFaces(int setter)
public HullResult mNumIndices(int setter)
@ByRef public btUIntArray m_Indices()
public HullResult m_Indices(btUIntArray setter)
Copyright © 2024. All rights reserved.