Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
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.
 
 Plane (const NCollection_Vec3< double > &theOrigin, const NCollection_Vec3< double > &theNormal)
 Creates plane with specific parameters.
 

Data Fields

NCollection_Vec3< doubleOrigin
 
NCollection_Vec3< doubleNormal
 

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 NCollection_Vec3< double > & theOrigin,
const NCollection_Vec3< double > & theNormal )
inline

Creates plane with specific parameters.

Field Documentation

◆ Normal

NCollection_Vec3<double> Graphic3d_CullingTool::Plane::Normal

◆ Origin

NCollection_Vec3<double> Graphic3d_CullingTool::Plane::Origin

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