Click or drag to resize

MatrixMultiply Operator (Matrix, Vector3)

Product of a matrix with a vector.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.52
Syntax
public static Vector3 operator *(
	Matrix a,
	Vector3 u
)

Parameters

a
Type: DXFReaderNETMatrix
Matrix.
u
Type: DXFReaderNETVector3
Vector3d.

Return Value

Type: Vector3
Matrix.
Remarks
Matrix adopts the convention of using column vectors to represent three dimensional points.
See Also