crashcat docs
    Preparing search index...

    Type Alias ShapeBase

    base shape type

    type ShapeBase = {
        aabb: Box3;
        centerOfMass: Vec3;
        type: ShapeType;
        volume: number;
    }
    Index

    Properties

    aabb: Box3

    shape local bounds

    centerOfMass: Vec3

    shape center of mass

    type: ShapeType

    shape type discriminator

    volume: number

    shape volume