public class btDbvtAabbMm extends BulletBase
className| Constructor and Description |
|---|
btDbvtAabbMm() |
btDbvtAabbMm(long cPtr,
boolean cMemoryOwn)
Construct a new btDbvtAabbMm, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
Vector3 |
Center() |
int |
Classify(Vector3 n,
float o,
int s) |
boolean |
Contain(btDbvtAabbMm a) |
void |
Expand(Vector3 e) |
Vector3 |
Extents() |
static btDbvtAabbMm |
FromCE(Vector3 c,
Vector3 e) |
static btDbvtAabbMm |
FromCR(Vector3 c,
float r) |
static btDbvtAabbMm |
FromMM(Vector3 mi,
Vector3 mx) |
static btDbvtAabbMm |
FromPoints(btVector3 pts,
int n) |
static btDbvtAabbMm |
FromPoints(SWIGTYPE_p_p_btVector3 ppts,
int n) |
static long |
getCPtr(btDbvtAabbMm obj) |
static btDbvtAabbMm |
internalTemp(long cPtr,
boolean own)
Obtains a temporary instance, used by native methods that return a btDbvtAabbMm instance
|
Vector3 |
Lengths() |
Vector3 |
Maxs() |
Vector3 |
Mins() |
float |
ProjectMinimum(Vector3 v,
long signs) |
void |
SignedExpand(Vector3 e) |
Vector3 |
tMaxs() |
Vector3 |
tMins() |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btDbvtAabbMm(long cPtr,
boolean cMemoryOwn)
public btDbvtAabbMm()
public static long getCPtr(btDbvtAabbMm obj)
public static btDbvtAabbMm internalTemp(long cPtr, boolean own)
public Vector3 Center()
public Vector3 Lengths()
public Vector3 Extents()
public Vector3 Mins()
public Vector3 Maxs()
public static btDbvtAabbMm FromCE(Vector3 c, Vector3 e)
public static btDbvtAabbMm FromCR(Vector3 c, float r)
public static btDbvtAabbMm FromMM(Vector3 mi, Vector3 mx)
public static btDbvtAabbMm FromPoints(btVector3 pts, int n)
public static btDbvtAabbMm FromPoints(SWIGTYPE_p_p_btVector3 ppts, int n)
public void Expand(Vector3 e)
public void SignedExpand(Vector3 e)
public boolean Contain(btDbvtAabbMm a)
public int Classify(Vector3 n, float o, int s)
public float ProjectMinimum(Vector3 v, long signs)
public Vector3 tMins()
public Vector3 tMaxs()
Copyright © 2021. All rights reserved.