Type Definition bevy_rapier2d::prelude::nalgebra::Point1[][src]

type Point1<T> = Point<T, 1_usize>;
Expand description

A statically sized 1-dimensional column point.

Because this is an alias, not all its methods are listed here. See the Point type too.