2#include "FLGeometry3DAxis.h"
10 template <
typename Ty>
11 class FL_EXPORT CMatrixFor3DTransform;
13 template <
typename Ty>
14 class FL_EXPORT CFLGeometry3DDirection;
16 template <
typename Ty>
17 class FL_EXPORT CFLPoint3;
24 template <
typename Ty>
134 bool Contains(
const CFLPoint3<Ty>& flp3,
const double f64LinearTolerance)
const;
354 DeclareGetClassType();
Top-level base class of FLImaging.
Definition FLBase.h:36
FLImaging module execution result object.
Definition ResultsDef.h:1514
A class that represents axis in 3D space.
Definition FLGeometry3DAxis.h:31
A class that represents right-handed coordinate system in 3D space.
Definition FLGeometry3DCoordinateSystemRH.h:32
A class representing unit vector in 3D space.
Definition FLGeometry3DDirection.h:32
A class representing line in 3D space which has position and direction.
Definition FLGeometry3DLine.h:26
CFLGeometry3DLine(const CFLGeometry3DAxis< Ty > &axisPos)
A class representing vector in 3D space which has direction and magnitude.
Definition FLGeometry3DVector.h:33
A class representing a 3D point.
Definition FLPoint3.h:36