pub unsafe extern "C" fn phys_PxTransformFromPlaneEquation(
    plane: *const PxPlane
) -> PxTransform
Expand description

creates a transform from a plane equation, suitable for an actor transform for a PxPlaneGeometry

a PxTransform which will transform the plane PxPlane(1,0,0,0) to the specified plane