RINGMesh  Version 5.0.0
A programming library for geological model meshes
RINGMesh::Geometry::Plane Struct Reference

#include <geometry.h>

Public Member Functions

 Plane ()=default
 
 Plane (const vec3 &normal, vec3 origin)
 
double plane_constant () const
 

Public Attributes

vec3 normal {}
 
vec3 origin {}
 

Detailed Description

Definition at line 143 of file geometry.h.

Constructor & Destructor Documentation

◆ Plane() [1/2]

RINGMesh::Geometry::Plane::Plane ( )
default

◆ Plane() [2/2]

RINGMesh::Geometry::Plane::Plane ( const vec3 normal,
vec3  origin 
)
inline

Definition at line 146 of file geometry.h.

Member Function Documentation

◆ plane_constant()

double RINGMesh::Geometry::Plane::plane_constant ( ) const
inline

Definition at line 150 of file geometry.h.

Member Data Documentation

◆ normal

vec3 RINGMesh::Geometry::Plane::normal {}

Definition at line 159 of file geometry.h.

◆ origin

vec3 RINGMesh::Geometry::Plane::origin {}

Definition at line 160 of file geometry.h.


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