public class V2d extends Object implements Serializable
float
x
y
V2d(float x, float y)
abs()
V2d
getNormalized()
mul(float fact)
sum(V2d v)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public float x
public float y
public V2d(float x, float y)
public V2d sum(V2d v)
public float abs()
public V2d getNormalized()
public V2d mul(float fact)
public String toString()
toString
Object
Copyright © 2015. All rights reserved.