| Class | Fox::FXRangef |
| In: |
rdoc-sources/FXRangef.rb
|
| Parent: | Object |
Represents a range in 3-D space.
| lower | [RW] | Lower corner of range [FXVec3f] |
| upper | [RW] | Upper corner of range [FXVec3f] |
Return the _c_th corner of this box (an FXVec3f instance). Raises IndexError if c is less than zero or greater than 7.
Include the given range or point into this range and return a reference to self. Valid forms are:
range.include!(aRange) -> range
range.include!(x, y, z) -> range
range.include!(vec) -> range
range.include!(sphere) -> range
Return a new FXRangef instance which is the intersection of this box and another box.