Struct cgmath::Decomposed
[−]
[src]
pub struct Decomposed<S, V, R> { pub scale: S, pub rot: R, pub disp: V, }
A generic transformation consisting of a rotation, displacement vector and scale amount.
Fields
scale | |
rot | |
disp |