Function nalgebra::convert_unchecked
source · [−]pub fn convert_unchecked<From: SupersetOf<To>, To>(t: From) -> ToExpand description
Use with care! Same as try_convert but
without any property checks.
pub fn convert_unchecked<From: SupersetOf<To>, To>(t: From) -> ToUse with care! Same as try_convert but
without any property checks.