Struct libsm64::SurfaceTransform [−][src]
Expand description
Representions a transform that can be applied to a dynamic surface
Fields
position: Point3<f32>
The x/y/z coordinates of the surface
euler_rotation: Point3<f32>
The rotation of the surface on each axis, the units should be in degrees
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SurfaceTransform
impl Send for SurfaceTransform
impl Sync for SurfaceTransform
impl Unpin for SurfaceTransform
impl UnwindSafe for SurfaceTransform
Blanket Implementations
Mutably borrows from an owned value. Read more