BRL-CAD
rt_sketch_internal Struct Reference

#include <geom.h>

Collaboration diagram for rt_sketch_internal:
[legend]

Data Fields

uint32_t magic
 
point_t V
 
vect_t u_vec
 
vect_t v_vec
 
size_t vert_count
 
point2d_tverts
 
struct rt_curve curve
 

Detailed Description

Definition at line 663 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 665 of file geom.h.

◆ V

default embedding of sketch

Definition at line 666 of file geom.h.

◆ u_vec

vect_t u_vec

unit vector 'u' component defining the sketch plane

Definition at line 667 of file geom.h.

◆ v_vec

vect_t v_vec

unit vector 'v' component defining the sketch plane

Definition at line 670 of file geom.h.

◆ vert_count

size_t vert_count

number of sketch vertices

Definition at line 673 of file geom.h.

◆ verts

point2d_t* verts

array of 2D vertices that may be used as endpoints, centers, or spline control points

Definition at line 674 of file geom.h.

◆ curve

struct rt_curve curve

the curves of this sketch

Definition at line 674 of file geom.h.


The documentation for this struct was generated from the following file: