Function graphics::math::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.