Type Alias Attributes
pub type Attributes<'l> = &'l [f32];
Available on crate feature
geometry
only.Expand description
An alias for a slice of f32
values.
pub type Attributes<'l> = &'l [f32];
geometry
only.An alias for a slice of f32
values.