Struct 2dgl::data::vector::coord_vector::CoordVector2
[-]
[+]
[src]
pub struct CoordVector2<T> { pub x: T, pub y: T, }
Vector that uses the dimensional axes as internal storage
Fields
x | The horizontal axis |
y | The vertical axis |