pub trait BaseElements {
type RealNum;
// Required methods
fn base_kind(&self) -> BaseKind;
fn transform_kind(&self) -> TransformKind;
fn coords(&self) -> Vec<Self::RealNum>;
}
Expand description
Coordinates and base functions
Required Associated Types§
Required Methods§
Sourcefn transform_kind(&self) -> TransformKind
fn transform_kind(&self) -> TransformKind
Return kind of transform