BRL-CAD

#include <geom.h>

Collaboration diagram for rt_ant:
[legend]

Data Fields

size_t count
 number of segments in the annotation More...
 
int * reverse
 
void ** segments
 array of annotation segment pointer More...
 

Detailed Description

container for the annotation primitive

Definition at line 984 of file geom.h.

Field Documentation

◆ count

size_t count

number of segments in the annotation

Definition at line 985 of file geom.h.

◆ reverse

int* reverse

array of boolean flags indicating if the segment should be reversed

Definition at line 986 of file geom.h.

◆ segments

void** segments

array of annotation segment pointer

Definition at line 988 of file geom.h.


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