'Declaration Public MustOverride Sub TransformPoints( _
ByVal pointsThe points to transform. The original points in the array are replaced by their transformed values.() As VintasoftPoint3D _
)
public abstract void TransformPoints(
VintasoftPoint3D[] points
)
public: abstract void TransformPoints(
VintasoftPoint3D[]* points
)
public:
abstract void TransformPoints(
array<VintasoftPoint3D>^ points
)
Parameters
- points
- The points to transform. The original points in the array are replaced by their transformed values.