class PF3d::DepthBuffer
- PF3d::DepthBuffer
- Reference
- Object
Overview
A buffer of depth values for rending 3d scenes
Included Modules
- PF2d::Drawable(Float64)
Defined in:
pf3d/depth_buffer.crConstructors
Instance Method Summary
- #[](x : Int, y : Int)
- #[]=(x : Int, y : Int, value : Float64)
- #clear
-
#draw_point(x : Number, y : Number, value : Float64)
To be implemented by the including class
Constructor Detail
Instance Method Detail
def draw_point(x : Number, y : Number, value : Float64)
#
Description copied from module PF2d::Drawable(Float64)
To be implemented by the including class