public class btPrimitiveManagerBase extends BulletBase
className| Constructor and Description |
|---|
btPrimitiveManagerBase(long cPtr,
boolean cMemoryOwn)
Construct a new btPrimitiveManagerBase, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
get_primitive_box(int prim_index,
btAABB primbox) |
int |
get_primitive_count() |
void |
get_primitive_triangle(int prim_index,
btPrimitiveTriangle triangle) |
static long |
getCPtr(btPrimitiveManagerBase obj) |
boolean |
is_trimesh() |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btPrimitiveManagerBase(long cPtr,
boolean cMemoryOwn)
public static long getCPtr(btPrimitiveManagerBase obj)
public boolean is_trimesh()
public int get_primitive_count()
public void get_primitive_box(int prim_index,
btAABB primbox)
public void get_primitive_triangle(int prim_index,
btPrimitiveTriangle triangle)
Copyright © 2021. All rights reserved.