xc
Public Member Functions | List of all members
GeneralEquationOfPlane Class Reference

Equation for a plane in general form: ax + by + cz + d = 0 where v[0]= d, v[1]= a, v[2]= b, v[3]= c. More...

#include <GeneralEquationOfPlane.h>

Inheritance diagram for GeneralEquationOfPlane:
Inheritance graph
[legend]
Collaboration diagram for GeneralEquationOfPlane:
Collaboration graph
[legend]

Public Member Functions

 GeneralEquationOfPlane (const GEOM_FT &fa, const GEOM_FT &fb, const GEOM_FT &fc, const GEOM_FT &fd)
 
const GEOM_RT & a (void) const
 
const GEOM_RT & b (void) const
 
const GEOM_RT & c (void) const
 
const GEOM_RT & d (void) const
 
GEOM_FT Eval (const Pos3d &p) const
 
GEOM_FT x (const GEOM_FT &y, const GEOM_FT &z) const
 Return the x coordinate of the point of the plane whose y and z coordinates are given. More...
 
GEOM_FT x (const Pos2d &p) const
 Return the x coordinate of the point of the plane whose y and z coordinates are given. More...
 
GEOM_FT y (const GEOM_FT &x, const GEOM_FT &z) const
 Return the y coordinate del point of the plane whose x and z coordinates are given. More...
 
GEOM_FT y (const Pos2d &p) const
 Return the y coordinate del point of the plane whose x and z coordinates are given. More...
 
GEOM_FT z (const GEOM_FT &x, const GEOM_FT &y) const
 Return the z coordinate del point of the plane whose x and y coordinates are given. More...
 
GEOM_FT z (const Pos2d &p) const
 Return the z coordinate del point of the plane whose x and y coordinates are given. More...
 

Detailed Description

Equation for a plane in general form: ax + by + cz + d = 0 where v[0]= d, v[1]= a, v[2]= b, v[3]= c.

Member Function Documentation

◆ x() [1/2]

GEOM_FT GeneralEquationOfPlane::x ( const GEOM_FT &  y,
const GEOM_FT &  z 
) const

Return the x coordinate of the point of the plane whose y and z coordinates are given.

◆ x() [2/2]

GEOM_FT GeneralEquationOfPlane::x ( const Pos2d p) const

Return the x coordinate of the point of the plane whose y and z coordinates are given.

◆ y() [1/2]

GEOM_FT GeneralEquationOfPlane::y ( const GEOM_FT &  x,
const GEOM_FT &  z 
) const

Return the y coordinate del point of the plane whose x and z coordinates are given.

◆ y() [2/2]

GEOM_FT GeneralEquationOfPlane::y ( const Pos2d p) const

Return the y coordinate del point of the plane whose x and z coordinates are given.

◆ z() [1/2]

GEOM_FT GeneralEquationOfPlane::z ( const GEOM_FT &  x,
const GEOM_FT &  y 
) const

Return the z coordinate del point of the plane whose x and y coordinates are given.

◆ z() [2/2]

GEOM_FT GeneralEquationOfPlane::z ( const Pos2d p) const

Return the z coordinate del point of the plane whose x and y coordinates are given.


The documentation for this class was generated from the following files: