crashcat docs
    Preparing search index...

    Type Alias ScaledShape

    a scaled shape

    type ScaledShape = {
        aabb: Box3;
        centerOfMass: Vec3;
        scale: Vec3;
        shape: Shape;
        type: SCALED;
        volume: number;
    }
    Index

    Properties

    aabb: Box3
    centerOfMass: Vec3
    scale: Vec3
    shape: Shape
    type: SCALED
    volume: number