Struct dae_parser::ControlVertices [−][src]
Expand description
Describes the control vertices (CVs) of a spline.
Fields
inputs: Vec<Input>The list of inputs.
position: usizeThe index into inputs for the Semantic::Position input (which must exist).
extra: Vec<Extra>Provides arbitrary additional information about this element.
Implementations
Construct a new Vertices object with the given inputs.
- One of the inputs must have
Semantic::Position.
The input with Semantic::Position.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ControlVertices
impl Send for ControlVertices
impl Sync for ControlVertices
impl Unpin for ControlVertices
impl UnwindSafe for ControlVertices
Blanket Implementations
Mutably borrows from an owned value. Read more