'Declaration Public Overloads Shared Function TransformVector( _
ByVal matrixThe matrix that used to transform vector.As AffineMatrix, _
ByVal vectorThe vector to transform.As Vintasoft.Primitives.VintasoftPoint _
) As Vintasoft.Primitives.VintasoftPoint
public static Vintasoft.Primitives.VintasoftPoint TransformVector(
AffineMatrix matrix,
Vintasoft.Primitives.VintasoftPoint vector
)
public: static Vintasoft.Primitives.VintasoftPoint TransformVector(
AffineMatrix* matrix,
Vintasoft.Primitives.VintasoftPoint vector
)
public:
static Vintasoft.Primitives.VintasoftPoint TransformVector(
AffineMatrix^ matrix,
Vintasoft.Primitives.VintasoftPoint vector
)
Parameters
- matrix
- The matrix that used to transform vector.
- vector
- The vector to transform.
Return Value
The result of transforming vector by AffineMatrix.