Method: RTKIT::Plane.d
- Defined in:
- lib/rtkit/plane.rb
.d ⇒ Object
The custom plane parameter d: This constant can be equal to any non-zero number. Returns the float value chosen in this implementation: 500.0
65 66 67 |
# File 'lib/rtkit/plane.rb', line 65 def self.d 500.0 end |