Struct quicksilver::graphics::Camera [] [src]

pub struct Camera { /* fields omitted */ }

A Camera that projects drawn items onto the screen

Methods

impl Camera
[src]

[src]

Create a camera that maps a given area to the screen

[src]

Create a camera that maps a given area to the screen with the given transformation

Trait Implementations

impl Clone for Camera
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Camera
[src]