public class btBroadphaseRayCallback extends btBroadphaseAabbCallback
className| Constructor and Description |
|---|
btBroadphaseRayCallback(long cPtr,
boolean cMemoryOwn)
Construct a new btBroadphaseRayCallback, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btBroadphaseRayCallback obj) |
float |
getLambda_max() |
btVector3 |
getRayDirectionInverse() |
long[] |
getSigns() |
void |
setLambda_max(float value) |
void |
setRayDirectionInverse(btVector3 value) |
void |
setSigns(long[] value) |
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
getCPtr, processdispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btBroadphaseRayCallback(long cPtr,
boolean cMemoryOwn)
public static long getCPtr(btBroadphaseRayCallback obj)
public void swigReleaseOwnership()
swigReleaseOwnership in class btBroadphaseAabbCallbackpublic void swigTakeOwnership()
swigTakeOwnership in class btBroadphaseAabbCallbackpublic void setRayDirectionInverse(btVector3 value)
public btVector3 getRayDirectionInverse()
public void setSigns(long[] value)
public long[] getSigns()
public void setLambda_max(float value)
public float getLambda_max()
Copyright © 2021. All rights reserved.