class OpenGL::Vector2
- OpenGL::Vector2
- OpenGL::Vector
- Reference
- Object
Defined in:
opengl/math/vector2.crConstructors
Class Method Summary
Instance Method Summary
- #clone
- #distance_to_squared(v)
- #dot(v)
- #from_attribute(attribute, index, offset = 0)
- #set(x, y)
- #x
- #x=(value)
- #y
- #y=(value)