BRL-CAD
rt_selection_query Struct Reference

#include <view.h>

Data Fields

point_t start
 start point of query ray More...
 
vect_t dir
 direction of query ray More...
 
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 91 of file view.h.

Field Documentation

◆ start

point_t start

start point of query ray

Definition at line 92 of file view.h.

◆ dir

vect_t dir

direction of query ray

Definition at line 93 of file view.h.

◆ sorting

int sorting

Definition at line 97 of file view.h.


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