We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecec938 commit 8a6de71Copy full SHA for 8a6de71
README.md
@@ -22,7 +22,7 @@ Or install it yourself as:
22
23
All you need to do is `require 'vecmath'` to use `Vec2D` and `Vec3D` classes in your application.
24
For `:to_vertex` functionality you need to create a renderer:-
25
-```
+```ruby
26
@renderer = AppRender.new(graphics) # where graphics is instance of PGraphics
27
# Usage
28
vec.to_vertex(@renderer)
0 commit comments