rotationGet
Parameters
- self:*const Options
- *const Options
Source
Implementation
pub fn rotationGet(self: *const Options) f32 {
return self.rotation orelse 0.0;
}Source
pub fn rotationGet(self: *const Options) f32 {
return self.rotation orelse 0.0;
}