class Boleite::Camera2D
- Boleite::Camera2D
- Boleite::Camera
- Reference
- Object
Defined in:
boleite/graphics/camera_2d.crConstructors
Instance Method Summary
- #far : Float32
- #far=(far : Float32)
- #height : Float32
- #height=(height : Float32)
- #move(x, y)
- #move(offset)
- #near : Float32
- #near=(near : Float32)
- #position : Boleite::VectorImp(Float64, 2)
- #position=(pos : Boleite::VectorImp(Float64, 2))
- #scale : Float64
- #scale=(scale : Float64)
- #update_transformation
- #width : Float32
- #width=(width : Float32)