BRL-CAD

#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 987 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 988 of file geom.h.

◆ ref_pt

int ref_pt

Definition at line 989 of file geom.h.

◆ rel_pos

int rel_pos

reference point

Definition at line 990 of file geom.h.

◆ label

struct bu_vls label

flag describing position relative to ref_pt

Definition at line 991 of file geom.h.

◆ txt_size

fastf_t txt_size

Definition at line 992 of file geom.h.

◆ txt_rot_angle

fastf_t txt_rot_angle

text size

Definition at line 993 of file geom.h.


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