Package zombie.core.skinnedmodel
Class Vector3
java.lang.Object
zombie.core.skinnedmodel.Vector3
public class Vector3
extends java.lang.Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Vector3add(float x, float y, float z)Vector3add(Vector3 vec)Vector3cross(Vector3 vec)floatdot(Vector3 vec)floatlength()Vector3mul(float f)Vector3mul(float x, float y, float z)Vector3mul(Vector3 vec)Vector3normalize()Vector3reset()Vector3set(float x, float y, float z)Vector3set(Vector3 vec)Vector3sub(float x, float y, float z)Vector3sub(Vector3 vec)floatx()Vector3x(float x)floaty()Vector3y(float y)floatz()Vector3z(float z)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-