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 407
115dcb7a 1048 d334 dc4d 9b78981498b9
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Product of a matrix with a scalar.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Matrix4 Multiply(
Matrix4 m,
double a
)
VB
Public Shared Function Multiply (
m As Matrix4,
a As Double
) As Matrix4
C++
public:
static Matrix4 Multiply(
Matrix4 m,
double a
)
F#
static member Multiply :
m : Matrix4 *
a : float -> Matrix4
- Matrix4
- Matrix4.
- Double
- Scalar.
Matrix4
Matrix4.