Struct dae_parser::source::XYZ [−][src]
pub struct XYZ;
Expand description
A marker type for inputs with name="X"
, "Y"
, "Z"
.
This is used in Collada to store vertex position data, and normal data.
Trait Implementations
type Array = FloatArray
type Array = FloatArray
The array type that this reader is expecting. Must be one of the types in ArrayElement
.
Auto Trait Implementations
impl RefUnwindSafe for XYZ
impl UnwindSafe for XYZ
Blanket Implementations
Mutably borrows from an owned value. Read more