|
| ScalarType | Distance (const PointType &p) const |
| |
| template<class PointsForwardIt > |
| bool | Fit (const PointType &origin, PointsForwardIt begin, PointsForwardIt end) |
| |
| template<class PointsForwardIt , class WeightsForwardIt > |
| bool | Fit (const PointType &origin, PointsForwardIt begin, PointsForwardIt end, WeightsForwardIt weights) |
| |
| template<class PointsForwardIt > |
| bool | Fit (PointsForwardIt begin, PointsForwardIt end) |
| |
| template<class PointsForwardIt , class WeightsForwardIt > |
| bool | Fit (PointsForwardIt begin, PointsForwardIt end, WeightsForwardIt weights) |
| |
| ScalarType | Intersect (const PointType &p, const PointType &r) const |
| |
| PointType & | Normal () |
| |
| const PointType & | Normal () const |
| |
| void | Normal (const PointType &normal) |
| |
| void | Normal (PointType *normal) const |
| |
| void | OffsetInNormalDirection (ScalarType offset) |
| |
| void | Orient (const PointType &n) |
| |
| void | Origin (const PointType &o) |
| |
| | Plane () |
| |
| | Plane (const PointType &normal, const PointType &origin) |
| |
| | Plane (PointType n, ScalarType d) |
| |
| void | Project (const PointType &p, PointType *s) const |
| |
| void | Set (const PointType &origin, const PointType &normal) |
| |
| ScalarType | SignedDistance (const PointType &p) const |
| |
| ScalarType | SignedDistanceToOrigin () const |
| |
template<class PointT>
class GfxTL::Plane< PointT >
Definition at line 14 of file Plane.h.