Type Alias parry3d_f64::math::Point
source · pub type Point<N> = Point3<N>;
Expand description
The point type.
Aliased Type§
struct Point<N> {
pub coords: Matrix<N, Const<3>, Const<1>, <DefaultAllocator as Allocator<N, Const<3>>>::Buffer>,
}
Fields§
§coords: Matrix<N, Const<3>, Const<1>, <DefaultAllocator as Allocator<N, Const<3>>>::Buffer>
The coordinates of this point, i.e., the shift from the origin.