Definition in file gmTNTconvert.cpp.
#include "gmTNTconvert.h"
Include dependency graph for gmTNTconvert.cpp:

Go to the source code of this file.
Functions | |
| TNT::Vector< double > | convert (gmVector3 v) |
| Convert a gmVector3 to a TNT::Vector<double> of size 3. | |
| TNT::Matrix< double > | convert (gmMatrix3 m) |
| Convert a gmMatrix3 to a TNT::Matrix<double> of size 3x3. | |
| TNT::Vector< double > | convert (gmVector4 v) |
| Convert a gmVector4 to a TNT::Vector<double> of size 4. | |
| TNT::Matrix< double > | convert (gmMatrix4 m) |
| Convert a gmMatrix4 to a TNT::Matrix<double> of size 4x4. | |
| gmVector3 | convert (TNT::Vector< double > v) |
| Convert a TNT::Vector<double> of size 3 to a gmVector3. | |
| gmMatrix3 | convert (TNT::Matrix< double > m) |
| Convert a TNT::Matrix<double> of size 3x3 to a gmMatrix3. | |
| gmVector4 | convert4 (TNT::Vector< double > v) |
| Convert a TNT::Vector<double> of size 4 to a gmVector4. | |
| gmMatrix4 | convert4 (TNT::Matrix< double > m) |
| 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 Plane::grad(), Segment::grad(), Sphere::grad(), NewtonCritical::NewtonEquation(), NewtonDegenerate::NewtonEquation(), ADF::proc(), Plane::proc(), Segment::proc(), and Sphere::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. Referenced by NewtonDegenerate::NewtonEquation(). |
|
|
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