mojo.graphics.Canvas.DrawPoint - nitrologic/monkey2 GitHub Wiki
mojo::mojo.graphics.mojo.graphics.Canvas.DrawPoint
monkey:monkey.types.Float,y:monkey:monkey.types.Float )
Method DrawPoint:Void( x:std:std.geom.Vec2f )
Method DrawPoint:Void( v:Draws a point.
Draws a point in the current Color using the current BlendMode.
The point coordinates are transformed by the current Matrix and clipped to the current Viewport and Scissor.
Parameters | |
---|---|
x |
x Point x coordinate. |
y |
y Point y coordinate. |
v |
v Point coordinates. |