circular arc segment
More...
#include <geom.h>
|
| uint32_t | magic |
| |
| int | start |
| |
| int | end |
| | indices
|
| |
| fastf_t | radius |
| | radius < 0.0 -> full circle with start point on circle and "end" at center
|
| |
| int | center_is_left |
| | flag indicating where center of curvature is. If non-zero, then center is to left of vector from start to end
|
| |
| int | orientation |
| | 0 -> ccw, !0 -> cw
|
| |
| int | center |
| | index of vertex at center of arc (only used by rt_extrude_prep and rt_extrude_shot)
|
| |
circular arc segment
<
Definition at line 632 of file geom.h.
◆ magic
◆ start
◆ end
indices
Definition at line 635 of file geom.h.
◆ radius
radius < 0.0 -> full circle with start point on circle and "end" at center
Definition at line 636 of file geom.h.
◆ center_is_left
flag indicating where center of curvature is. If non-zero, then center is to left of vector from start to end
Definition at line 638 of file geom.h.
◆ orientation
0 -> ccw, !0 -> cw
Definition at line 641 of file geom.h.
◆ center
index of vertex at center of arc (only used by rt_extrude_prep and rt_extrude_shot)
Definition at line 642 of file geom.h.
The documentation for this struct was generated from the following file: