BRL-CAD
Loading...
Searching...
No Matches

#include <geom.h>

Collaboration diagram for txt_seg:
[legend]

Data Fields

uint32_t magic
 
int ref_pt
 
int rel_pos
 
struct bu_vls label
 
fastf_t txt_size
 
fastf_t txt_rot_angle
 

Detailed Description

text labels used by the annotation primitive

Definition at line 1014 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 1015 of file geom.h.

◆ ref_pt

int ref_pt

Definition at line 1016 of file geom.h.

◆ rel_pos

int rel_pos

reference point

Definition at line 1017 of file geom.h.

◆ label

struct bu_vls label

flag describing position relative to ref_pt

Definition at line 1018 of file geom.h.

◆ txt_size

fastf_t txt_size

Definition at line 1019 of file geom.h.

◆ txt_rot_angle

fastf_t txt_rot_angle

text size

Definition at line 1020 of file geom.h.


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