Click or drag to resize

Matrix3Multiply Method (Matrix3, Vector3)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Product of a matrix with a vector.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static Vector3 Multiply(
	Matrix3 a,
	Vector3 u
)
Request Example View Source

Parameters

a
Type: netDxfMatrix3
Matrix3.
u
Type: netDxfVector3
Vector3d.

Return Value

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