@Properties(inherit=BulletCollision.class) public class btMeshPartData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
btMeshPartData()
Default native constructor.
|
btMeshPartData(long size)
Native array allocator.
|
btMeshPartData(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
btMeshPartData |
getPointer(long i) |
btShortIntIndexTripletData |
m_3indices16() |
btMeshPartData |
m_3indices16(btShortIntIndexTripletData setter) |
btCharIndexTripletData |
m_3indices8() |
btMeshPartData |
m_3indices8(btCharIndexTripletData setter) |
btShortIntIndexData |
m_indices16() |
btMeshPartData |
m_indices16(btShortIntIndexData setter) |
btIntIndexData |
m_indices32() |
btMeshPartData |
m_indices32(btIntIndexData setter) |
int |
m_numTriangles() |
btMeshPartData |
m_numTriangles(int setter) |
int |
m_numVertices() |
btMeshPartData |
m_numVertices(int setter) |
btVector3DoubleData |
m_vertices3d() |
btMeshPartData |
m_vertices3d(btVector3DoubleData setter) |
btVector3FloatData |
m_vertices3f() |
btMeshPartData |
m_vertices3f(btVector3FloatData setter) |
btMeshPartData |
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, zero
public btMeshPartData()
public btMeshPartData(long size)
Pointer.position(long)
.public btMeshPartData(Pointer p)
Pointer(Pointer)
.public btMeshPartData position(long position)
public btMeshPartData getPointer(long i)
getPointer
in class Pointer
public btVector3FloatData m_vertices3f()
public btMeshPartData m_vertices3f(btVector3FloatData setter)
public btVector3DoubleData m_vertices3d()
public btMeshPartData m_vertices3d(btVector3DoubleData setter)
public btIntIndexData m_indices32()
public btMeshPartData m_indices32(btIntIndexData setter)
public btShortIntIndexTripletData m_3indices16()
public btMeshPartData m_3indices16(btShortIntIndexTripletData setter)
public btCharIndexTripletData m_3indices8()
public btMeshPartData m_3indices8(btCharIndexTripletData setter)
public btShortIntIndexData m_indices16()
public btMeshPartData m_indices16(btShortIntIndexData setter)
public int m_numTriangles()
public btMeshPartData m_numTriangles(int setter)
public int m_numVertices()
public btMeshPartData m_numVertices(int setter)
Copyright © 2024. All rights reserved.