Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

ce176108 fd19 d506 67b6 6abe59d3be0a

haplokuon edited this page May 6, 2023 · 1 revision

Normalize Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.GVector.Normalize(netDxf.GTE.GVector@,System.Boolean)"]

Definition

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 Double

C++

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 

Parameters

  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)"\]

Return Value

Double
[Missing <returns> documentation for "M:netDxf.GTE.GVector.Normalize(netDxf.GTE.GVector@,System.Boolean)"]

See Also

Reference

GVector Class
netDxf.GTE Namespace

Clone this wiki locally