Cumulia Illustrator Rendering Engine v2.1.0
A Rendering engine for industrial CAD/CAE model and optimized for greatest performance
 
Loading...
Searching...
No Matches
cil::ViewSpec Struct Reference

Define a structure objec ViewSpec consisting of four member variables, which correspond to 3D vectors representing the right, up, direction and eye position of the view. More...

#include <viewmatrix.h>

Public Attributes

Vector3fPtr right
 
Vector3fPtr up
 
Vector3fPtr dir
 
Vector3fPtr eye
 

Detailed Description

Define a structure objec ViewSpec consisting of four member variables, which correspond to 3D vectors representing the right, up, direction and eye position of the view.

Member Data Documentation

◆ dir

Vector3fPtr cil::ViewSpec::dir

◆ eye

Vector3fPtr cil::ViewSpec::eye

◆ right

Vector3fPtr cil::ViewSpec::right

◆ up

Vector3fPtr cil::ViewSpec::up