Type alias TProjection

TProjection: {
    angle?: TRadian;
    bisector?: Point;
    originPoint: Point;
    projectedPoint: Point;
}

Type declaration

Generated using TypeDoc