@NoOffset @Properties(inherit=LinearMath.class) public class ConvexH extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
ConvexH.HalfEdge |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ConvexH() |
ConvexH(int vertices_size,
int edges_size,
int facets_size) |
ConvexH(long size)
Native array allocator.
|
ConvexH(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
btConvexHHalfEdgeArray |
edges() |
ConvexH |
edges(btConvexHHalfEdgeArray setter) |
btPlaneArray |
facets() |
ConvexH |
facets(btPlaneArray setter) |
ConvexH |
getPointer(long i) |
ConvexH |
position(long position) |
btVector3Array |
vertices() |
ConvexH |
vertices(btVector3Array setter) |
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 ConvexH(Pointer p)
Pointer(Pointer).public ConvexH(long size)
Pointer.position(long).public ConvexH()
public ConvexH(int vertices_size,
int edges_size,
int facets_size)
public ConvexH getPointer(long i)
getPointer in class Pointer@ByRef public btVector3Array vertices()
public ConvexH vertices(btVector3Array setter)
@ByRef public btConvexHHalfEdgeArray edges()
public ConvexH edges(btConvexHHalfEdgeArray setter)
@ByRef public btPlaneArray facets()
public ConvexH facets(btPlaneArray setter)
Copyright © 2024. All rights reserved.