MeshKit
1.0
|
#include <AF2PointTransformNone.hpp>
Public Member Functions | |
virtual AF2Point2D | transformPoint (AF2Point2D const &point, AF2Binding const &vBinding) const |
Implements AF2PointTransform::transformPoint. | |
virtual AF2PointTransformNone * | clone () const |
Makes and returns an independent copy of this AF2PointTransformNone. |
Definition at line 17 of file AF2PointTransformNone.hpp.
AF2PointTransformNone * clone | ( | ) | const [virtual] |
Makes and returns an independent copy of this AF2PointTransformNone.
Implements AF2PointTransform::clone. See additional documentation there.
Implements AF2PointTransform.
Definition at line 9 of file AF2PointTransformNone.cpp.
AF2Point2D transformPoint | ( | AF2Point2D const & | point, |
AF2Binding const & | vBinding | ||
) | const [virtual] |
Implements AF2PointTransform::transformPoint.
See the documentation at AF2PointTransform::transformPoint for the general contract for this method. In this implementation there is no actual transformation. The point returned by the method is at the same location as the point passed into the method regardless of the vertex binding.
point | the coordinates of some 2-dimensional point |
vBinding | a binding of reference vertices to points with actual coordinates |
Implements AF2PointTransform.
Definition at line 3 of file AF2PointTransformNone.cpp.