Vec2d

Type Alias Vec2d 

Source
pub type Vec2d = Vector2<f64>;
Expand description

2D double-precision float vector.

Aliased Type§

#[repr(C)]
pub struct Vec2d { pub x: f64, pub y: f64, }

Fields§

§x: f64§y: f64