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 415
29452e43 6983 7cee 3cfd 77f927db7256
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.MakeDiagonal(netDxf.GTE.GVector,netDxf.GTE.GMatrix)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static void MakeDiagonal(
GVector d,
GMatrix m
)
VB
Public Shared Sub MakeDiagonal (
d As GVector,
m As GMatrix
)
C++
public:
static void MakeDiagonal(
GVector^ d,
GMatrix^ m
)
F#
static member MakeDiagonal :
d : GVector *
m : GMatrix -> unit