Function cgl_rs::graphics::widgets::add_oval

source ·
pub fn add_oval(position: Vector3, radius: Vector2)
Expand description

Adds an oval to the current frame.

Arguments

  • position - A Vector3 representing the position of the center of the oval.
  • radius - A Vector2 representing the radii of the oval.