Type alias TPointAngle

TPointAngle: XY & {
    angle: TRadian;
}

A point (vector) and angle between the vector and x-axis

Type declaration

Generated using TypeDoc