Open CASCADE Technology  7.3.1.dev
Public Member Functions | Data Fields
OpenGl_BVHTreeSelector::Plane Struct Reference

Auxiliary structure representing 3D plane. More...

#include <OpenGl_BVHTreeSelector.hxx>

Public Member Functions

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

Data Fields

OpenGl_Vec3d Origin
 
OpenGl_Vec3d Normal
 

Detailed Description

Auxiliary structure representing 3D plane.

Constructor & Destructor Documentation

◆ Plane() [1/2]

OpenGl_BVHTreeSelector::Plane::Plane ( )
inline

Creates default plane.

◆ Plane() [2/2]

OpenGl_BVHTreeSelector::Plane::Plane ( const OpenGl_Vec3d theOrigin,
const OpenGl_Vec3d theNormal 
)
inline

Creates plane with specific parameters.

Field Documentation

◆ Normal

OpenGl_Vec3d OpenGl_BVHTreeSelector::Plane::Normal

◆ Origin

OpenGl_Vec3d OpenGl_BVHTreeSelector::Plane::Origin

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