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

fa0a3871 f865 2721 1b2e 272eef37bbbc

haplokuon edited this page May 6, 2023 · 1 revision

Orthonormalize Method

netDxf 3.0.0 Library

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

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static double Orthonormalize(
	int numInputs,
	ref GVector[] v,
	bool robust = false
)

VB

Public Shared Function Orthonormalize ( 
	numInputs As Integer,
	ByRef v As GVector(),
	Optional robust As Boolean = false
) As Double

C++

public:
static double Orthonormalize(
	int numInputs, 
	array<GVector^>^% v, 
	bool robust = false
)

F#

static member Orthonormalize : 
        numInputs : int * 
        v : GVector[] byref * 
        ?robust : bool 
(* Defaults:
        let _robust = defaultArg robust false
*)
-> float 

Parameters

  Int32
\[Missing <param name="numInputs"/> documentation for "M:netDxf.GTE.GVector.Orthonormalize(System.Int32,netDxf.GTE.GVector[]@,System.Boolean)"\]
  GVector[]
\[Missing <param name="v"/> documentation for "M:netDxf.GTE.GVector.Orthonormalize(System.Int32,netDxf.GTE.GVector[]@,System.Boolean)"\]
  Boolean  (Optional)
\[Missing <param name="robust"/> documentation for "M:netDxf.GTE.GVector.Orthonormalize(System.Int32,netDxf.GTE.GVector[]@,System.Boolean)"\]

Return Value

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

See Also

Reference

GVector Class
netDxf.GTE Namespace

Clone this wiki locally