☰
In cgl_rs::graphics::widgets
?
Function
cgl_rs
::
graphics
::
widgets
::
add_line
source
·
[
−
]
pub fn add_line(start:
Vector3
, end:
Vector3
)
Expand description
Adds a line to the current frame.
Arguments
start
- A
Vector3
representing the starting point of the line.
end
- A
Vector3
representing the ending point of the line.