Class | Fox::FXSphered |
In: |
rdoc-sources/FXSphered.rb
|
Parent: | Object |
Spherical bounds
center | [RW] | Sphere center [FXVec3d] |
radius | [RW] | Sphere radius [Float] |
Include the sphere sphere (an FXSphered instance) into this sphere and return self.
Expand radius to include box (an FXRanged instance) and return a reference to self.
Expand radius to include point (an FXVec3d instance) and return a reference to self.
Intersect this sphere with the plane ax+by+cz+w and return -1, 0 or +1. Here, plane is an FXVec4d instance describing the plane.
Return true if this sphere intersects the ray between points u and v (both FXVec3d instances).