pub unsafe extern "C" fn PxTriangle_pointFromUV(
    self_: *const PxTriangle,
    u: f32,
    v: f32
) -> PxVec3
Expand description

Computes a point on the triangle from u and v barycentric coordinates.