Function fyrox_math::barycentric_to_world

source ยท
pub fn barycentric_to_world(
    bary: (f32, f32, f32),
    pa: Vector3<f32>,
    pb: Vector3<f32>,
    pc: Vector3<f32>
) -> Vector3<f32>