[−][src]Type Definition euclid::Point3D
type Point3D<T> = TypedPoint3D<T, UnknownUnit>;
Default 3d point type with no unit.
Point3D
provides the same methods as TypedPoint3D
.
type Point3D<T> = TypedPoint3D<T, UnknownUnit>;
Default 3d point type with no unit.
Point3D
provides the same methods as TypedPoint3D
.