Class: Mittsu::Geometry::Normal

Inherits:
Struct
  • Object
show all
Defined in:
lib/mittsu/core/geometry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aObject

Returns the value of attribute a



8
9
10
# File 'lib/mittsu/core/geometry.rb', line 8

def a
  @a
end

#bObject

Returns the value of attribute b



8
9
10
# File 'lib/mittsu/core/geometry.rb', line 8

def b
  @b
end

#cObject

Returns the value of attribute c



8
9
10
# File 'lib/mittsu/core/geometry.rb', line 8

def c
  @c
end