Function nalgebra::origin [−][src]
pub fn origin<P: EuclideanSpace>() -> P
👎 Deprecated:
use Point::origin
instead
Gets the origin of the given point.
See also:
Deprecated
Use Point::origin instead.
Or, use EuclideanSpace::origin.