Matrix3By3SymmetricMultiply Operator (Matrix3By3Symmetric, Cartesian) | 
 
            Multiplies the 3-by-3 matrix by the Cartesian vector.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static Cartesian operator *(
	Matrix3By3Symmetric matrix,
	Cartesian vector
)
Public Shared Operator * ( 
	matrix As Matrix3By3Symmetric,
	vector As Cartesian
) As Cartesian
public:
static Cartesian operator *(
	Matrix3By3Symmetric matrix, 
	Cartesian vector
)
static let inline (*)
        matrix : Matrix3By3Symmetric * 
        vector : Cartesian  : CartesianParameters
- matrix
 - Type: AGI.Foundation.CoordinatesMatrix3By3Symmetric
The matrix. - vector
 - Type: AGI.Foundation.CoordinatesCartesian
The vector. 
Return Value
Type: 
CartesianThe result of the multiplication.
See Also