Matrix Engine Api Documentation - v1.15.7
    Preparing search index...

    Variable geoTypesForMorphConst

    geoTypesForMorph: Readonly<
        {
            capsule: "capsule";
            circlePlane: "circlePlane";
            cone: "cone";
            cube: "cube";
            cylinder: "cylinder";
            diamond: "diamond";
            flatStar: "flatStar";
            galaxySpiral: "galaxySpiral";
            icosahedron: "icosahedron";
            klein: "klein";
            littleStar: "littleStar";
            mobius: "mobius";
            plane: "plane";
            pyramid: "pyramid";
            rippleSphere: "rippleSphere";
            rock: "rock";
            shell: "shell";
            sphere: "sphere";
            star: "star";
            star3d: "star3d";
            supershape: "supershape";
            tornado: "tornado";
            torus: "torus";
            twistedTorus: "twistedTorus";
            wavePlane: "wavePlane";
        },
    > = ...