@NoOffset @Properties(inherit=LinearMath.class) public class HullDesc extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
HullDesc() |
HullDesc(int flag,
int vcount,
btVector3 vertices) |
HullDesc(int flag,
int vcount,
btVector3 vertices,
int stride) |
HullDesc(long size)
Native array allocator.
|
HullDesc(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClearHullFlag(int flag) |
HullDesc |
getPointer(long i) |
boolean |
HasHullFlag(int flag) |
int |
mFlags() |
HullDesc |
mFlags(int setter) |
int |
mMaxFaces() |
HullDesc |
mMaxFaces(int setter) |
int |
mMaxVertices() |
HullDesc |
mMaxVertices(int setter) |
double |
mNormalEpsilon() |
HullDesc |
mNormalEpsilon(double setter) |
int |
mVcount() |
HullDesc |
mVcount(int setter) |
int |
mVertexStride() |
HullDesc |
mVertexStride(int setter) |
btVector3 |
mVertices() |
HullDesc |
mVertices(btVector3 setter) |
HullDesc |
position(long position) |
void |
SetHullFlag(int flag) |
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 HullDesc(Pointer p)
Pointer(Pointer).public HullDesc(long size)
Pointer.position(long).public HullDesc()
public HullDesc(@Cast(value="HullFlag") int flag, @Cast(value="unsigned int") int vcount, @Const btVector3 vertices, @Cast(value="unsigned int") int stride)
public HullDesc getPointer(long i)
getPointer in class Pointerpublic HullDesc mFlags(int setter)
public HullDesc mVcount(int setter)
public HullDesc mVertexStride(int setter)
public HullDesc mNormalEpsilon(double setter)
public HullDesc mMaxVertices(int setter)
public HullDesc mMaxFaces(int setter)
Copyright © 2024. All rights reserved.