Open CASCADE Technology  7.7.0
Public Member Functions | Data Fields

Graphic3d_CullingTool::Plane Struct Reference

Auxiliary structure representing 3D plane. More...

#include <Graphic3d_CullingTool.hxx>

Public Member Functions

 Plane ()
 Creates default plane. More...
 
 Plane (const Graphic3d_Vec3d &theOrigin, const Graphic3d_Vec3d &theNormal)
 Creates plane with specific parameters. More...
 

Data Fields

Graphic3d_Vec3d Origin
 
Graphic3d_Vec3d Normal
 

Detailed Description

Auxiliary structure representing 3D plane.

Constructor & Destructor Documentation

◆ Plane() [1/2]

Graphic3d_CullingTool::Plane::Plane ( )
inline

Creates default plane.

◆ Plane() [2/2]

Graphic3d_CullingTool::Plane::Plane ( const Graphic3d_Vec3d theOrigin,
const Graphic3d_Vec3d theNormal 
)
inline

Creates plane with specific parameters.

Field Documentation

◆ Normal

Graphic3d_Vec3d Graphic3d_CullingTool::Plane::Normal

◆ Origin

Graphic3d_Vec3d Graphic3d_CullingTool::Plane::Origin

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