Type alias ConvexPolyhedronContactPoint

ConvexPolyhedronContactPoint: {
    depth: number;
    normal: Vec3;
    point: Vec3;
}

ConvexPolyhedronContactPoint

Type declaration