BRL-CAD
Loading...
Searching...
No Matches
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
 
size_t vert_count
 number of vertices
 
point2d_tverts
 array of vertices that serve as control points
 
struct rt_ant ant
 segments in the annotation
 

Detailed Description

internal representation of an annotation object

Definition at line 1046 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 1048 of file geom.h.

◆ V

vertex, maps to the origin in the 2D system

Definition at line 1049 of file geom.h.

◆ vert_count

size_t vert_count

number of vertices

Definition at line 1050 of file geom.h.

◆ verts

point2d_t* verts

array of vertices that serve as control points

Definition at line 1051 of file geom.h.

◆ ant

struct rt_ant ant

segments in the annotation

Definition at line 1052 of file geom.h.


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