Class: Mittsu::Geometry::Normal
- Inherits:
-
Struct
- Object
- Struct
- Mittsu::Geometry::Normal
- Defined in:
- lib/mittsu/core/geometry.rb
Instance Attribute Summary collapse
-
#a ⇒ Object
Returns the value of attribute a.
-
#b ⇒ Object
Returns the value of attribute b.
-
#c ⇒ Object
Returns the value of attribute c.
Instance Attribute Details
#a ⇒ Object
Returns the value of attribute a
8 9 10 |
# File 'lib/mittsu/core/geometry.rb', line 8 def a @a end |
#b ⇒ Object
Returns the value of attribute b
8 9 10 |
# File 'lib/mittsu/core/geometry.rb', line 8 def b @b end |
#c ⇒ Object
Returns the value of attribute c
8 9 10 |
# File 'lib/mittsu/core/geometry.rb', line 8 def c @c end |