This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
ce176108 fd19 d506 67b6 6abe59d3be0a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GVector.Normalize(netDxf.GTE.GVector@,System.Boolean)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static double Normalize(
ref GVector v,
bool robust = false
)VB
Public Shared Function Normalize (
ByRef v As GVector,
Optional robust As Boolean = false
) As DoubleC++
public:
static double Normalize(
GVector^% v,
bool robust = false
)F#
static member Normalize :
v : GVector byref *
?robust : bool
(* Defaults:
let _robust = defaultArg robust false
*)
-> float - GVector
- \[Missing <param name="v"/> documentation for "M:netDxf.GTE.GVector.Normalize(netDxf.GTE.GVector@,System.Boolean)"\]
- Boolean (Optional)
- \[Missing <param name="robust"/> documentation for "M:netDxf.GTE.GVector.Normalize(netDxf.GTE.GVector@,System.Boolean)"\]
Double
[Missing <returns> documentation for "M:netDxf.GTE.GVector.Normalize(netDxf.GTE.GVector@,System.Boolean)"]