Class: FlameChannelParser::Segments::BezierSegment::Pt
- Inherits:
-
Struct
- Object
- Struct
- FlameChannelParser::Segments::BezierSegment::Pt
- Defined in:
- lib/segments.rb
Instance Attribute Summary collapse
-
#tanx ⇒ Object
Returns the value of attribute tanx.
-
#tany ⇒ Object
Returns the value of attribute tany.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#tanx ⇒ Object
Returns the value of attribute tanx
96 97 98 |
# File 'lib/segments.rb', line 96 def tanx @tanx end |
#tany ⇒ Object
Returns the value of attribute tany
96 97 98 |
# File 'lib/segments.rb', line 96 def tany @tany end |
#x ⇒ Object
Returns the value of attribute x
96 97 98 |
# File 'lib/segments.rb', line 96 def x @x end |
#y ⇒ Object
Returns the value of attribute y
96 97 98 |
# File 'lib/segments.rb', line 96 def y @y end |