BRL-CAD
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 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 95 of file view.h.

Field Documentation

◆ start

point_t start

start point of query ray

Definition at line 96 of file view.h.

◆ dir

vect_t dir

direction of query ray

Definition at line 97 of file view.h.

◆ sorting

int sorting

Definition at line 101 of file view.h.


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