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