Function nalgebra::convert_ref_unchecked
source · pub fn convert_ref_unchecked<From: SupersetOf<To>, To>(t: &From) -> To
Expand description
Use with care! Same as try_convert()
but
without any property checks.
pub fn convert_ref_unchecked<From: SupersetOf<To>, To>(t: &From) -> To
Use with care! Same as try_convert()
but
without any property checks.