This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
4bf9af84 34cd dad9 bd47 2abae96f3293
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Product of a matrix with a vector.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Vector3 operator *(
Matrix3 a,
Vector3 u
)
VB
Public Shared Operator * (
a As Matrix3,
u As Vector3
) As Vector3
C++
public:
static Vector3 operator *(
Matrix3 a,
Vector3 u
)
F#
static let inline (*)
a : Matrix3 *
u : Vector3 : Vector3
Vector3
Matrix3.
Matrix3 adopts the convention of using column vectors.