Frobby 0.9.5
|
#include <LatticeAlgs.h>
Public Member Functions | |
TriPlane (Neighbor a, Neighbor b, Neighbor c) | |
bool | isLine () const |
bool | closeToPlane (Neighbor a) |
bool | inPlane (Neighbor a) const |
mpz_class | dotNormal (Neighbor a) const |
bool | isParallel (const TriPlane &plane) const |
bool | isParallel (const Plane &plane) const |
const Matrix & | getNormal () const |
returns the normal of the plane as the row of a matrix. | |
Private Attributes | |
Neighbor | _a |
Neighbor | _b |
Neighbor | _c |
Matrix | _normal |
bool | _line |
Definition at line 383 of file LatticeAlgs.h.
Definition at line 385 of file LatticeAlgs.h.
Definition at line 403 of file LatticeAlgs.h.
Definition at line 413 of file LatticeAlgs.h.
returns the normal of the plane as the row of a matrix.
Definition at line 433 of file LatticeAlgs.h.
Definition at line 409 of file LatticeAlgs.h.
|
inline |
Definition at line 399 of file LatticeAlgs.h.
Definition at line 427 of file LatticeAlgs.h.
Definition at line 420 of file LatticeAlgs.h.
|
private |
Definition at line 438 of file LatticeAlgs.h.
|
private |
Definition at line 438 of file LatticeAlgs.h.
|
private |
Definition at line 438 of file LatticeAlgs.h.
|
private |
Definition at line 440 of file LatticeAlgs.h.
|
private |
Definition at line 439 of file LatticeAlgs.h.