public class btPlane extends BulletBase
className| Constructor and Description |
|---|
btPlane() |
btPlane(long cPtr,
boolean cMemoryOwn)
Construct a new btPlane, normally you should not need this constructor it's intended for low-level usage.
|
btPlane(Vector3 n,
float d) |
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btPlane obj) |
float |
getDist() |
btVector3 |
getNormal() |
void |
setDist(float value) |
void |
setNormal(btVector3 value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btPlane(long cPtr,
boolean cMemoryOwn)
public btPlane(Vector3 n, float d)
public btPlane()
Copyright © 2021. All rights reserved.