Class: FlameChannelParser::Segments::BezierSegment::Pt

Inherits:
Struct
  • Object
show all
Defined in:
lib/segments.rb

Instance Attribute Summary collapse

Instance Attribute Details

#tanxObject

Returns the value of attribute tanx

Returns:

  • (Object)

    the current value of tanx



96
97
98
# File 'lib/segments.rb', line 96

def tanx
  @tanx
end

#tanyObject

Returns the value of attribute tany

Returns:

  • (Object)

    the current value of tany



96
97
98
# File 'lib/segments.rb', line 96

def tany
  @tany
end

#xObject

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



96
97
98
# File 'lib/segments.rb', line 96

def x
  @x
end

#yObject

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



96
97
98
# File 'lib/segments.rb', line 96

def y
  @y
end