Trait rust_3d::traits::transformable_to_2d::TransFormableTo2D
[−]
[src]
pub trait TransFormableTo2D: Is3D { fn transform_to_2d<P>(&self) -> P where P: IsBuildable2D; }
Required Methods
fn transform_to_2d<P>(&self) -> P where P: IsBuildable2D
Implementors
impl TransFormableTo2D for Point3D