Fovia's C++ Client/Server API
Public Member Functions | Public Attributes | List of all members
CUT_PLANE_PARAMS Struct Reference

Public Member Functions

 CUT_PLANE_PARAMS (const CUT_PLANE_PARAMS &r)
 
CUT_PLANE_PARAMSoperator= (const CUT_PLANE_PARAMS &r)
 

Public Attributes

PLANEEQF Plane
 
ENUM_CUT_PLANE_STATUS Status
 
ENUM_CUT_PLANE_TYPE Type
 

Detailed Description

Specifies a cut plane.

Member Data Documentation

PLANEEQF CUT_PLANE_PARAMS::Plane

Plane equation. This is in the standard plane equation form ax + by + cz = d.

Referenced by RENDER_PARAMS::CombineWith().

ENUM_CUT_PLANE_STATUS CUT_PLANE_PARAMS::Status

Plane status (enabled/disabled).

Referenced by RENDER_PARAMS::CombineWith().

ENUM_CUT_PLANE_TYPE CUT_PLANE_PARAMS::Type

Reserved. This value is ignored.

Referenced by RENDER_PARAMS::CombineWith().