crashcat docs
    Preparing search index...

    Type Alias CylinderShape

    cylinder shape aligned with Y-axis

    type CylinderShape = {
        aabb: Box3;
        centerOfMass: Vec3;
        convexRadius: number;
        density: number;
        halfHeight: number;
        materialId: number;
        radius: number;
        type: CYLINDER;
        volume: number;
    }
    Index

    Properties

    aabb: Box3
    centerOfMass: Vec3
    convexRadius: number
    density: number
    halfHeight: number
    materialId: number
    radius: number
    type: CYLINDER
    volume: number