Type Definition euclid::Point3D

source ·
pub type Point3D<T> = TypedPoint3D<T, UnknownUnit>;
Expand description

Default 3d point type with no unit.

Point3D provides the same methods as TypedPoint3D.