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
d20ddf2e 40a3 4fb4 3535 06c51727e628
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.OuterProduct(netDxf.GTE.GVector,netDxf.GTE.GVector)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static GMatrix OuterProduct(
GVector u,
GVector v
)
VB
Public Shared Function OuterProduct (
u As GVector,
v As GVector
) As GMatrix
C++
public:
static GMatrix^ OuterProduct(
GVector^ u,
GVector^ v
)
F#
static member OuterProduct :
u : GVector *
v : GVector -> GMatrix
- GVector
- \[Missing <param name="u"/> documentation for "M:netDxf.GTE.GMatrix.OuterProduct(netDxf.GTE.GVector,netDxf.GTE.GVector)"\]
- GVector
- \[Missing <param name="v"/> documentation for "M:netDxf.GTE.GMatrix.OuterProduct(netDxf.GTE.GVector,netDxf.GTE.GVector)"\]
GMatrix
[Missing <returns> documentation for "M:netDxf.GTE.GMatrix.OuterProduct(netDxf.GTE.GVector,netDxf.GTE.GVector)"]