public class V2d extends Object implements Serializable
Constructor and Description |
---|
V2d(float x,
float y) |
Modifier and Type | Method and Description |
---|---|
float |
abs() |
V2d |
getNormalized() |
V2d |
mul(float fact) |
V2d |
sum(V2d v) |
String |
toString() |