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