crashcat docs
    Preparing search index...

    Type Alias MassProperties

    type MassProperties = {
        inertia: Mat4;
        mass: number;
    }
    Index

    Properties

    Properties

    inertia: Mat4

    the inertia tensor of the shape (kg m^2)

    mass: number

    the mass of the shape (kg)