public static final class Point.Vector extends Point
Point.NullPoint, Point.Vector
Constructor and Description |
---|
Point.Vector(int x,
int y)
Constructor to build a Vector from coordinates.
|
Point.Vector(Point head,
Point tail) |
Modifier and Type | Method and Description |
---|---|
long |
determinant(Point.Vector other)
Method to return the determinant of this and another Vector.
|
public Point.Vector(int x, int y)
x
- the X coordinate.y
- the Y coordinate.public long determinant(Point.Vector other)
other
- the other Vector