interface BasisTransformation {
    toScreen(worldPoint, screenPoint): void;
}

Implemented by

Methods

Methods