'Declaration Public Overloads Operator *( _
ByVal vectorВектор для преобразования.As VintasoftVector3D, _
ByVal matrixПреобразование, применяемое к вектору.As AffineMatrix3D _
) As VintasoftVector3D
public VintasoftVector3D operator *(
VintasoftVector3D vector,
AffineMatrix3D matrix
)
public: VintasoftVector3D op_Multiply(
VintasoftVector3D vector,
AffineMatrix3D* matrix
)
public:
VintasoftVector3D operator *(
VintasoftVector3D vector,
AffineMatrix3D^ matrix
)
Parameters
- vector
- Вектор для преобразования.
- matrix
- Преобразование, применяемое к вектору.
Return Value
Результат преобразования вектора на матрицу.