Method: Fox::FXSpheref#intersects?
- Defined in:
- rdoc-sources/FXSpheref.rb
#intersects?(u, v) ⇒ Boolean
Return true if this sphere intersects the ray between points u and v (both FXVec3f instances).
72 |
# File 'rdoc-sources/FXSpheref.rb', line 72 def intersects?(u, v); end |