Definition in file gmTNTconvert.h.
#include "tnt/cmat.h"
#include "tnt/vec.h"
#include "libgm/gm.h"
Include dependency graph for gmTNTconvert.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| TNT::Vector< double > | convert (gmVector3) |
| Convert a gmVector3 to a TNT::Vector<double> of size 3. | |
| TNT::Matrix< double > | convert (gmMatrix3) |
| Convert a gmMatrix3 to a TNT::Matrix<double> of size 3x3. | |
| TNT::Vector< double > | convert (gmVector4) |
| Convert a gmVector4 to a TNT::Vector<double> of size 4. | |
| TNT::Matrix< double > | convert (gmMatrix4) |
| Convert a gmMatrix4 to a TNT::Matrix<double> of size 4x4. | |
| gmVector3 | convert (TNT::Vector< double >) |
| Convert a TNT::Vector<double> of size 3 to a gmVector3. | |
| gmMatrix3 | convert (TNT::Matrix< double >) |
| Convert a TNT::Matrix<double> of size 3x3 to a gmMatrix3. | |
| gmVector4 | convert4 (TNT::Vector< double >) |
| Convert a TNT::Vector<double> of size 4 to a gmVector4. | |
| gmMatrix4 | convert4 (TNT::Matrix< double >) |
| Convert a TNT::Matrix<double> of size 4x4 to a gmMatrix4. | |
|
|
Convert a TNT::Matrix<double> of size 3x3 to a gmMatrix3.
Definition at line 89 of file gmTNTconvert.cpp. Referenced by Sphere::grad(), Segment::grad(), Plane::grad(), NewtonDegenerate::NewtonEquation(), NewtonCritical::NewtonEquation(), Sphere::proc(), Segment::proc(), Plane::proc(), and ADF::proc(). |
|
|
Convert a TNT::Vector<double> of size 3 to a gmVector3.
Definition at line 73 of file gmTNTconvert.cpp. |
|
|
Convert a gmMatrix4 to a TNT::Matrix<double> of size 4x4.
Definition at line 56 of file gmTNTconvert.cpp. |
|
|
Convert a gmVector4 to a TNT::Vector<double> of size 4.
Definition at line 43 of file gmTNTconvert.cpp. |
|
|
Convert a gmMatrix3 to a TNT::Matrix<double> of size 3x3.
Definition at line 29 of file gmTNTconvert.cpp. |
|
|
Convert a gmVector3 to a TNT::Vector<double> of size 3.
Definition at line 16 of file gmTNTconvert.cpp. |
|
|
Convert a TNT::Matrix<double> of size 4x4 to a gmMatrix4.
Definition at line 130 of file gmTNTconvert.cpp. |
|
|
Convert a TNT::Vector<double> of size 4 to a gmVector4.
Definition at line 110 of file gmTNTconvert.cpp. |
1.3.4