ParametricPlanef

Type Alias ParametricPlanef 

Source
pub type ParametricPlanef = ParametricPlane<f32>;
Expand description

Single-precision parametric plane.

Aliased Type§

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

Fields§

§center: Vector3<f32>

Plane center point.

§x_axis: Vector3<f32>

Plane X axis direction.

§y_axis: Vector3<f32>

Plane Y axis direction.