'Declaration Public MustOverride Sub TransformVectors( _
ByVal vectorsThe vectors to transform. The original vectors in the array are replaced by their transformed values.() As Vintasoft.Primitives.VintasoftPoint _
)
public abstract void TransformVectors(
Vintasoft.Primitives.VintasoftPoint[] vectors
)
public: abstract void TransformVectors(
Vintasoft.Primitives.VintasoftPoint[]* vectors
)
public:
abstract void TransformVectors(
array<Vintasoft.Primitives.VintasoftPoint>^ vectors
)
Parameters
- vectors
- The vectors to transform. The original vectors in the array are replaced by their transformed values.