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: 24.2.419.0 (24.2.419.0)
Syntax public 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 : Cartesian
Parameters
- matrix
- Type: AGI.Foundation.CoordinatesMatrix3By3Symmetric
The matrix. - vector
- Type: AGI.Foundation.CoordinatesCartesian
The vector.
Return Value
Type:
CartesianThe result of the multiplication.
See Also