BRL-CAD
Loading...
Searching...
No Matches
rt_selection_query Struct Reference

#include <view.h>

Collaboration diagram for rt_selection_query:
[legend]

Data Fields

point_t start
 start point of query ray
 
vect_t dir
 direction of query ray
 
int sorting
 

Detailed Description

Analogous to a database query. Specifies how to filter and sort the selectable components of a primitive in order to find the most relevant selections for a particular application.

Todo:
This structure is tentative and subject to change or removal without notice.

Definition at line 102 of file view.h.

Field Documentation

◆ start

point_t start

start point of query ray

Definition at line 103 of file view.h.

◆ dir

vect_t dir

direction of query ray

Definition at line 104 of file view.h.

◆ sorting

int sorting

Definition at line 108 of file view.h.


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