ParametricPlaned

Type Alias ParametricPlaned 

Source
pub type ParametricPlaned = ParametricPlane<f64>;

Aliased Type§

#[repr(C)]
pub struct ParametricPlaned { pub center: Vector3<f64>, pub x_axis: Vector3<f64>, pub y_axis: Vector3<f64>, }

Fields§

§center: Vector3<f64>§x_axis: Vector3<f64>§y_axis: Vector3<f64>