Trait rust_3d::traits::HasLength
[−]
[src]
pub trait HasLength {
fn length(&self) -> f64;
}HasLength is a trait used for types which have a physical length
Required Methods
Implementors
impl HasLength for LineSegment2Dimpl HasLength for LineSegment3Dimpl<P> HasLength for PointCloud2D<P> where
P: Is2D,impl<P> HasLength for PointCloud3D<P> where
P: Is3D,