Trait omf::data::traits::VectorSource
source · pub trait VectorSource<T: FloatType>: 'static {
const IS_3D: bool;
// Required methods
fn into_2d(self) -> [T; 2];
fn into_3d(self) -> [T; 3];
}
Required Associated Constants§
Required Methods§
Object Safety§
This trait is not object safe.