Skip to main content

Vec2

Type Alias Vec2 

Source
pub type Vec2 = Vector<2>;
Expand description

A 2D vector.

Aliased Type§

pub struct Vec2(pub [f64; 2]);

Tuple Fields§

§0: [f64; 2]