Trait rust_3d::traits::HasCenterOfGravity3D [] [src]

pub trait HasCenterOfGravity3D {
    fn center_of_gravity(&self) -> Result<Point3D>;
}

HasCenterOfGravity3D is a trait for types which might have a center of gravity

Required Methods

Should return the center of gravity

Implementors