Class: Doom::Map::Seg
- Inherits:
-
Struct
- Object
- Struct
- Doom::Map::Seg
- Defined in:
- lib/doom/map/data.rb
Instance Attribute Summary collapse
-
#angle ⇒ Object
Returns the value of attribute angle.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#linedef ⇒ Object
Returns the value of attribute linedef.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#v1 ⇒ Object
Returns the value of attribute v1.
-
#v2 ⇒ Object
Returns the value of attribute v2.
Instance Attribute Details
#angle ⇒ Object
Returns the value of attribute angle
39 40 41 |
# File 'lib/doom/map/data.rb', line 39 def angle @angle end |
#direction ⇒ Object
Returns the value of attribute direction
39 40 41 |
# File 'lib/doom/map/data.rb', line 39 def direction @direction end |
#linedef ⇒ Object
Returns the value of attribute linedef
39 40 41 |
# File 'lib/doom/map/data.rb', line 39 def linedef @linedef end |
#offset ⇒ Object
Returns the value of attribute offset
39 40 41 |
# File 'lib/doom/map/data.rb', line 39 def offset @offset end |
#v1 ⇒ Object
Returns the value of attribute v1
39 40 41 |
# File 'lib/doom/map/data.rb', line 39 def v1 @v1 end |
#v2 ⇒ Object
Returns the value of attribute v2
39 40 41 |
# File 'lib/doom/map/data.rb', line 39 def v2 @v2 end |