Class Vector3
java.lang.Object
zombie.core.skinnedmodel.Vector3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd
(float _x, float _y, float _z) float
float
get
(int int0) float
length()
mul
(float f) mul
(float _x, float _y, float _z) reset()
set
(float _x, float _y, float _z) sub
(float _x, float _y, float _z) float
x()
x
(float _x) float
y()
y
(float _y) float
z()
z
(float _z)
-
Constructor Details
-
Vector3
public Vector3() -
Vector3
public Vector3(float _x, float _y, float _z) -
Vector3
-
-
Method Details
-
x
public float x() -
x
-
y
public float y() -
y
-
z
public float z() -
z
-
set
-
set
-
reset
-
length
public float length() -
normalize
-
dot
-
cross
-
add
-
add
-
sub
-
sub
-
mul
-
mul
-
mul
-
get
- Throws:
IllegalArgumentException
-