pub struct Camera3D {
pub location: V3,
pub axis: V3,
pub zenith: V3,
pub observer: V3,
/* private fields */
}๐Deprecated since 0.30.0:
Skia now has support for a 4x matrix (core::M44) in core::Canvas.
Fieldsยง
ยงlocation: V3๐Deprecated since 0.30.0:
ยงSkia now has support for a 4x matrix (core::M44) in core::Canvas.
axis: V3๐Deprecated since 0.30.0:
ยงSkia now has support for a 4x matrix (core::M44) in core::Canvas.
zenith: V3๐Deprecated since 0.30.0:
ยงSkia now has support for a 4x matrix (core::M44) in core::Canvas.
observer: V3๐Deprecated since 0.30.0:
Skia now has support for a 4x matrix (core::M44) in core::Canvas.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl PartialEq for Camera3D
impl PartialEq for Camera3D
impl StructuralPartialEq for Camera3D
Auto Trait Implementationsยง
impl Freeze for Camera3D
impl RefUnwindSafe for Camera3D
impl Send for Camera3D
impl Sync for Camera3D
impl Unpin for Camera3D
impl UnsafeUnpin for Camera3D
impl UnwindSafe for Camera3D
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more