Type alias TransformationHandler

TransformationHandler: {
    center: Coordinate;
    showAxis: AxisAndPlanes;
    showing: boolean;
    destroy() => void;
    setFeatures(feature) => void;
    translate(x, y, z) => void;
}

Type declaration

Generated using TypeDoc