类 Vector2F
java.lang.Object
pkg.exoad.poprock.core.math.Vector2F
-
字段详细资料
-
x
public float x -
y
public float y
-
-
构造器详细资料
-
Vector2F
public Vector2F() -
Vector2F
public Vector2F(float x, float y)
-
-
方法详细资料
-
cross
-
dist
-
norm
-
div
-
mag
public float mag() -
theta
public float theta() -
rot0
-
rot1
public void rot1(float theta) -
lerp
-
add
-
sub
-
mult
-
reflect
-
dot
-