[][src]Function na::origin

pub fn origin<P>() -> P where
    P: EuclideanSpace
Deprecated:

use Point::origin instead

Gets the origin of the given point.

See also:

Deprecated

Use Point::origin instead.

Or, use EuclideanSpace::origin.