pub type ParametricPlanef = ParametricPlane<f32>;
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>
§x_axis: Vector3<f32>
§y_axis: Vector3<f32>