Class: Mittsu::Spline::Point
- Inherits:
-
Struct
- Object
- Struct
- Mittsu::Spline::Point
- Defined in:
- lib/mittsu/math/spline.rb
Instance Attribute Summary collapse
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
-
#z ⇒ Object
Returns the value of attribute z.
Instance Attribute Details
#x ⇒ Object
Returns the value of attribute x
3 4 5 |
# File 'lib/mittsu/math/spline.rb', line 3 def x @x end |
#y ⇒ Object
Returns the value of attribute y
3 4 5 |
# File 'lib/mittsu/math/spline.rb', line 3 def y @y end |
#z ⇒ Object
Returns the value of attribute z
3 4 5 |
# File 'lib/mittsu/math/spline.rb', line 3 def z @z end |