public class btQuadWord extends BulletBase
className| Constructor and Description |
|---|
btQuadWord() |
btQuadWord(float _x,
float _y,
float _z) |
btQuadWord(float _x,
float _y,
float _z,
float _w) |
btQuadWord(long cPtr,
boolean cMemoryOwn)
Construct a new btQuadWord, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btQuadWord obj) |
float |
getX() |
float |
getY() |
float |
getZ() |
FloatBuffer |
operatorbtConstScalarPtr() |
FloatBuffer |
operatorbtScalarPtr() |
boolean |
operatorEqualTo(btQuadWord other) |
boolean |
operatorNotEqualTo(btQuadWord other) |
void |
setMax(btQuadWord other) |
void |
setMin(btQuadWord other) |
void |
setValue(float _x,
float _y,
float _z) |
void |
setValue(float _x,
float _y,
float _z,
float _w) |
void |
setW(float _w) |
void |
setX(float _x) |
void |
setY(float _y) |
void |
setZ(float _z) |
float |
w() |
float |
x() |
float |
y() |
float |
z() |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btQuadWord(long cPtr,
boolean cMemoryOwn)
public btQuadWord()
public btQuadWord(float _x,
float _y,
float _z)
public btQuadWord(float _x,
float _y,
float _z,
float _w)
public static long getCPtr(btQuadWord obj)
public float getX()
public float getY()
public float getZ()
public void setX(float _x)
public void setY(float _y)
public void setZ(float _z)
public void setW(float _w)
public float x()
public float y()
public float z()
public float w()
public FloatBuffer operatorbtScalarPtr()
public FloatBuffer operatorbtConstScalarPtr()
public boolean operatorEqualTo(btQuadWord other)
public boolean operatorNotEqualTo(btQuadWord other)
public void setValue(float _x,
float _y,
float _z)
public void setValue(float _x,
float _y,
float _z,
float _w)
public void setMax(btQuadWord other)
public void setMin(btQuadWord other)
Copyright © 2021. All rights reserved.