[][src]Type Definition geomath::point::Point3

type Point3 = Point<Vector3>;

3D point

Trait Implementations

impl Add<Vector6> for Point3[src]

type Output = Point3

The resulting type after applying the + operator.

impl AddAssign<Vector6> for Point3[src]

impl Array<[f64; 6]> for Point3[src]

impl From<Vector3> for Point3[src]

impl From<Vector6> for Point3[src]

impl Sub<Vector6> for Point3[src]

type Output = Point3

The resulting type after applying the - operator.

impl SubAssign<Vector6> for Point3[src]

impl Vector<Vector6> for Point3[src]