swigCMemOwn
Constructor and Description |
---|
WorldDimensions() |
WorldDimensions(float x,
float y,
float z) |
WorldDimensions(TSRVector3 vector) |
equals, getLength, hashCode, toString
absolute, addv, closestAxis, delete, dot, finalize, fromYawPitchAngles, furthestAxis, getCPtr, getI, getJ, getK, getV, getX, getY, getZ, getZero, mag, magSquared, maxAxis, minAxis, mult, normalized, solveTriangleAnglesUsingSideLengths
public WorldDimensions(float x, float y, float z)
public WorldDimensions(TSRVector3 vector)
public WorldDimensions()
public final void addObserver(WorldDimensionsChangeObserver observer)
observer
- The observer to addpublic final void removeObserver(WorldDimensionsChangeObserver observer)
observer
- The observer to removepublic void setV(float[] value)
setV
in class TSRVector3
public void setX(float value)
setX
in class TSRVector3
public void setY(float value)
setY
in class TSRVector3
public void setZ(float value)
setZ
in class TSRVector3
public void assign(float _x, float _y, float _z)
assign
in class TSRVector3
public void add(TSRVector3 _p1, TSRVector3 _p2)
add
in class TSRVector3
public void addLerp(TSRVector3 _p1, TSRVector3 _p2, float _fWieght)
addLerp
in class TSRVector3
public void addWeighted(TSRVector3 _p1, float _fWieght)
addWeighted
in class TSRVector3
public void subtract(TSRVector3 _p1, TSRVector3 _p2)
subtract
in class TSRVector3
public void cross(TSRVector3 _a, TSRVector3 _b)
cross
in class TSRVector3
public void negate()
negate
in class TSRVector3
public void normalize()
normalize
in class TSRVector3
public TSRVector3 incrementBy(TSRVector3 _in)
incrementBy
in class TSRVector3
public TSRVector3 decrementBy(TSRVector3 _in)
decrementBy
in class TSRVector3
public TSRVector3 multiplyBy(float _in)
multiplyBy
in class TSRVector3
public TSRVector3 multiplyBy(TSRVector3 _in)
multiplyBy
in class TSRVector3
public TSRVector3 multiplyBy(TSRVector4 _in)
multiplyBy
in class TSRVector3
public TSRVector3 divideBy(float _in)
divideBy
in class TSRVector3
public TSRVector3 divideBy(TSRVector3 _in)
divideBy
in class TSRVector3
public TSRVector3 divideBy(TSRVector4 _in)
divideBy
in class TSRVector3
public TSRVector3 assign(TSRVector4 _in)
assign
in class TSRVector3
public TSRVector3 assign(TSRVector3 _in)
assign
in class TSRVector3