Viewer
    Preparing search index...

    Interface IGeometry

    interface IGeometry {
        applyMatrix(matrix: mat4): IGeometry;
        clone(): IGeometry;
        reset(): void;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Returns void