F64x2

Type Alias F64x2 

Source
pub type F64x2 = Vector<f64, 2>;
Expand description

A 2-dimensional vector of f64s.

Aliased Type§

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

Tuple Fields§

§0: [f64; 2]