Package zombie.core.skinnedmodel
Class Vector3
java.lang.Object
zombie.core.skinnedmodel.Vector3
public class Vector3
extends java.lang.Object
- 
Constructor Summary
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
Vector3public Vector3()
- 
Vector3public Vector3(float x, float y, float z)
- 
Vector3
 
- 
- 
Method Details- 
xpublic float x()
- 
x
- 
ypublic float y()
- 
y
- 
zpublic float z()
- 
z
- 
set
- 
set
- 
reset
- 
lengthpublic float length()
- 
normalize
- 
dot
- 
cross
- 
add
- 
add
- 
sub
- 
sub
- 
mul
- 
mul
- 
mul
 
-