[go: up one dir, main page]

[][src]Module gltf::animation::util::rotations

This is supported on feature="utils" only.

Casting iterator adapters for rotations.

Structs

CastingIterfeature="utils"

Casting iterator for Rotations.

F32feature="utils"

Type which describes how to cast any weight into f32.

I8feature="utils"

Type which describes how to cast any weight into i8.

I16feature="utils"

Type which describes how to cast any weight into i16.

U8feature="utils"

Type which describes how to cast any weight into u8.

U16feature="utils"

Type which describes how to cast any weight into u16.

Traits

Castfeature="utils"

Trait for types which describe casting behaviour.