BRL-CAD
rt_annot_internal Struct Reference

#include <geom.h>

Collaboration diagram for rt_annot_internal:
[legend]

Data Fields

uint32_t magic
 
point_t V
 vertex, maps to the origin in the 2D system More...
 
size_t vert_count
 number of vertices More...
 
point2d_tverts
 array of vertices that serve as control points More...
 
struct rt_ant ant
 segments in the annotation More...
 

Detailed Description

internal representation of an annotation object

Definition at line 1027 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 1029 of file geom.h.

◆ V

vertex, maps to the origin in the 2D system

Definition at line 1030 of file geom.h.

◆ vert_count

size_t vert_count

number of vertices

Definition at line 1031 of file geom.h.

◆ verts

point2d_t* verts

array of vertices that serve as control points

Definition at line 1032 of file geom.h.

◆ ant

struct rt_ant ant

segments in the annotation

Definition at line 1032 of file geom.h.


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