crashcat docs
    Preparing search index...

    Type Alias TransformedShape

    transformed shape - applies a rigid transform to an inner shape

    type TransformedShape = {
        aabb: Box3;
        centerOfMass: Vec3;
        position: Vec3;
        quaternion: Quat;
        shape: Shape;
        type: TRANSFORMED;
        volume: number;
    }
    Index

    Properties

    aabb: Box3
    centerOfMass: Vec3
    position: Vec3
    quaternion: Quat
    shape: Shape
    volume: number