Struct dae_parser::Plane [−][src]
Expand description
Defines an infinite plane primitive.
Fields
equation: [f32; 4]
The coefficients for the plane’s equation: Ax + By + Cz + D = 0
.
extra: Vec<Extra>
Provides arbitrary additional information about this element.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Plane
impl UnwindSafe for Plane
Blanket Implementations
Mutably borrows from an owned value. Read more