Class: FreeType::API::Vector
- Inherits:
-
Struct
- Object
- Struct
- FreeType::API::Vector
- Defined in:
- lib/freetype/api.rb
Instance Attribute Summary collapse
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#x ⇒ Object
Returns the value of attribute x
242 243 244 |
# File 'lib/freetype/api.rb', line 242 def x @x end |
#y ⇒ Object
Returns the value of attribute y
242 243 244 |
# File 'lib/freetype/api.rb', line 242 def y @y end |