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
f44f89cc 4b6a eb32 68b8 723f47661b06
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GVector.Dot(netDxf.GTE.GVector,netDxf.GTE.GVector)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static double Dot(
GVector v0,
GVector v1
)
VB
Public Shared Function Dot (
v0 As GVector,
v1 As GVector
) As Double
C++
public:
static double Dot(
GVector^ v0,
GVector^ v1
)
F#
static member Dot :
v0 : GVector *
v1 : GVector -> float
- GVector
- \[Missing <param name="v0"/> documentation for "M:netDxf.GTE.GVector.Dot(netDxf.GTE.GVector,netDxf.GTE.GVector)"\]
- GVector
- \[Missing <param name="v1"/> documentation for "M:netDxf.GTE.GVector.Dot(netDxf.GTE.GVector,netDxf.GTE.GVector)"\]
Double
[Missing <returns> documentation for "M:netDxf.GTE.GVector.Dot(netDxf.GTE.GVector,netDxf.GTE.GVector)"]