Namespace: Rx.Net – Class: ColorPlane3D – Assembly: Rx.Net
ColorPlane3D Struct
C#
struct ColorPlane3D
A 3D color plane.
A 3D color plane is defined by a 3D point, a X axis, a Y axis and a color.
Variables
Position | The 3D center location of the plane. |
AxisX | The X axis. Direction and the half X size of the plane in length units. |
AxisY | The Y axis. Direction and the half Y size of the plane in length units. |
Color | The color as RGBA. The alpha channel is used. |