Package zombie.core.skinnedmodel
Class Vector3
java.lang.Object
zombie.core.skinnedmodel.Vector3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd
(float float1, float float2, float float3) float
float
length()
mul
(float float1) mul
(float float1, float float2, float float3) reset()
set
(float float1, float float2, float float3) sub
(float float1, float float2, float float3) float
x()
x
(float float1) float
y()
y
(float float1) float
z()
z
(float float1)
-
Constructor Details
-
Vector3
public Vector3() -
Vector3
public Vector3(float float1, float float2, float float3) -
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
-