Point represents a point in ℝ².
Returns a new Point.
Returns the sum of p and op.
Returns the cross product of p and op.
Returns the dot product between p and op.
Reports whether this point equals another point.
Returns the scalar product of p and m.
Returns the vector's norm.
Returns a unit point in the same direction as p.
Returns a counterclockwise orthogonal point with the same norm.
Returns the difference of p and op.
Generates a human readable string.
Truncates {x, y} floats to n digits of precision.
Point represents a point in ℝ².