Skip to main content

dvec2

Type Alias dvec2 

Source
pub type dvec2 = vec2<f64>;
Expand description

Double precision floating point vector type of two elements.

Aliased Type§

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

Tuple Fields§

§0: [f64; 2]