#include <plane.h>
|
| Plane () |
|
| ~Plane () |
|
| Plane (const array_1d< double, 3 > &normal, double &constant) |
|
| Plane (const array_1d< double, 3 > &normal, const array_1d< double, 3 > &p) |
|
| Plane (const array_1d< double, 3 > &p0, const array_1d< double, 3 > &p1, const array_1d< double, 3 > &p2) |
|
void | AssignPointsAndComputeParameters (array_1d< double, 3 > &p0, array_1d< double, 3 > &p1, array_1d< double, 3 > &p2) |
|
double | DistanceTo (const array_1d< double, 3 > &p) |
| Calcula la distancia del punto al plano. More...
|
|
double | DistPoint3Triangle3 (array_1d< double, 3 > &rPoint, array_1d< double, 3 > &p0, array_1d< double, 3 > &p1, array_1d< double, 3 > &p2) |
| computa la distancia de un punto a un triangulo 3D More...
|
|
int | WhichSide (const array_1d< double, 3 > &p) |
|
◆ Plane() [1/4]
◆ ~Plane()
Kratos::Plane::~Plane |
( |
| ) |
|
|
inline |
◆ Plane() [2/4]
◆ Plane() [3/4]
◆ Plane() [4/4]
◆ AssignPointsAndComputeParameters()
◆ DistanceTo()
Calcula la distancia del punto al plano.
◆ DistPoint3Triangle3()
computa la distancia de un punto a un triangulo 3D
◆ WhichSide()
◆ mClosestPoint
◆ mConstant
double Kratos::Plane::mConstant |
◆ mNormal
◆ mTriangleBary
The documentation for this class was generated from the following file:
- /home/runner/work/Documentation/Documentation/master/kratos/geometries/plane.h