Type Definition na::Point2 [−][src]
type Point2<N> = Point<N, U2>;
A statically sized 2-dimensional column point.
Because this is an alias, not all its methods are listed here. See the Point
type too.
Trait Implementations
impl<T: Scalar> AsVec<Matrix<T, U2, U1, <DefaultAllocator as Allocator<T, U2, U1>>::Buffer>> for Point2<T>
[src]
impl<T: Scalar> AsVec<Matrix<T, U2, U1, <DefaultAllocator as Allocator<T, U2, U1>>::Buffer>> for Point2<T>
[src]impl<N: BaseNum> NumPnt for Point2<N>
[src]
impl<N: BaseNum> NumPnt for Point2<N>
[src]type Field = N
type Coordinates = Vector2<N>
fn coordinates(&self) -> Self::Coordinates
[src]
fn from_coordiantes(coords: Self::Coordinates) -> Self
[src]
impl<T: Scalar> Swizzles2Mut<T> for Point2<T>
[src]
impl<T: Scalar> Swizzles2Mut<T> for Point2<T>
[src]