Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

790a3d09 a4d7 5898 1dc5 273312b75e89

haplokuon edited this page May 6, 2023 · 1 revision

Multiply(Matrix3, Vector3) Method

netDxf 3.0.0 Library

Product of a matrix with a vector.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static Vector3 Multiply(
	Matrix3 a,
	Vector3 u
)

VB

Public Shared Function Multiply ( 
	a As Matrix3,
	u As Vector3
) As Vector3

C++

public:
static Vector3 Multiply(
	Matrix3 a, 
	Vector3 u
)

F#

static member Multiply : 
        a : Matrix3 * 
        u : Vector3 -> Vector3 

Parameters

  Matrix3
Matrix3.
  Vector3
Vector3.

Return Value

Vector3
Matrix3.

Remarks

Matrix3 adopts the convention of using column vectors.

See Also

Reference

Matrix3 Structure
Multiply Overload
netDxf Namespace

Clone this wiki locally