drawVec2

fnvoid drawVec2(Vec2 point, Rgba color = white, float thickness = 9.0f)

Draws a point at the specified location with the given size and color.

fnvoid drawVec2(float x, float y, Rgba color = white, float thickness = 9.0f)

Draws a point at the specified location with the given size and color.