|
cgma
|
#include <float.h>#include "AnalyticGeometryTool.hpp"#include "CubitMessage.hpp"#include "CubitBox.hpp"#include "CubitPlane.hpp"#include "CubitVector.hpp"#include "DLIList.hpp"#include <math.h>#include "CastTo.hpp"#include "GfxPreview.hpp"#include "GMem.hpp"#include <fstream>Go to the source code of this file.
Functions | |
| Point2 | operator+ (const Point2 &p, const Point2 &q) |
| Point2 | operator- (const Point2 &p, const Point2 &q) |
| Point2 | operator* (double t, const Point2 &p) |
| Point2 | operator* (const Point2 &p, double t) |
| Point2 | operator- (const Point2 &p) |
| Point3 | operator+ (const Point3 &p, const Point3 &q) |
| Point3 | operator- (const Point3 &p, const Point3 &q) |
| Point3 | operator* (double t, const Point3 &p) |
| Point3 | operator* (const Point3 &p, double t) |
| Point3 | operator- (const Point3 &p) |
Variables | |
| static double | AGT_IDENTITY_MTX_4X4 [4][4] |
| static double | AGT_IDENTITY_MTX_3X3 [3][3] |
double AGT_IDENTITY_MTX_3X3[3][3] [static] |
{ {1.0, 0.0, 0.0},
{0.0, 1.0, 0.0},
{0.0, 0.0, 1.0} }
Definition at line 35 of file AnalyticGeometryTool.cpp.
double AGT_IDENTITY_MTX_4X4[4][4] [static] |
{ {1.0, 0.0, 0.0, 0.0},
{0.0, 1.0, 0.0, 0.0},
{0.0, 0.0, 1.0, 0.0},
{0.0, 0.0, 0.0, 1.0} }
Definition at line 30 of file AnalyticGeometryTool.cpp.