类 Vector3F
java.lang.Object
pkg.exoad.poprock.core.math.Vector3F
-
字段概要
-
构造器概要
-
方法概要
-
字段详细资料
-
x
public float x -
y
public float y -
z
public float z
-
-
构造器详细资料
-
Vector3F
public Vector3F() -
Vector3F
public Vector3F(float x, float y, float z)
-
-
方法详细资料
-
cross
-
dist
-
norm
-
div
-
mag
public float mag() -
theta
public float theta() -
rot0
-
rot1
public void rot1(float theta)
-