from_barycentric

Function from_barycentric 

Source
pub fn from_barycentric<T>(triangle: Triangle<T>, lambda: Vec3d<T>) -> Vec2d<T>
where T: Float,
Expand description

Transforms from barycentric coordinates to cartesian.