Raytrix Light Field SDK  4.0
Logo
Public Attributes | List of all members
Rx::Net::ColorPlane3D Struct Reference

Detailed Description

A 3D color plane.

A 3D color plane is defined by a 3D point, a X axis, a Y axis and a color.

Public Attributes

Rx::Net::Vector3D AxisX
 The X axis. Direction and the half X size of the plane in length units. More...
 
Rx::Net::Vector3D AxisY
 The Y axis. Direction and the half Y size of the plane in length units. More...
 
Rx::Net::Vector4D Color
 The color as RGBA. The alpha channel is used. More...
 
Rx::Net::Vector3D Location
 The 3D center location of the plane. More...
 

Member Data Documentation

Rx::Net::Vector3D Rx::Net::ColorPlane3D::AxisX

The X axis. Direction and the half X size of the plane in length units.

Rx::Net::Vector3D Rx::Net::ColorPlane3D::AxisY

The Y axis. Direction and the half Y size of the plane in length units.

Rx::Net::Vector4D Rx::Net::ColorPlane3D::Color

The color as RGBA. The alpha channel is used.

Rx::Net::Vector3D Rx::Net::ColorPlane3D::Location

The 3D center location of the plane.