nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Data.visualize.Network / FDGVector2

FDGVector2

Full name Microsoft.VisualBasic.Data.visualize.Network.Layouts.FDGVector2 Assembly Microsoft.VisualBasic.Data.visualize.Network Members 20

01 Syntax

Microsoft.VisualBasic.Data.visualize.Network.Layouts.FDGVector2

02 Methods

NameOverloadsSummary
SquaredNorm 1 Calculates the squared 2-norm of this instance.
Magnitude 1 [norm] Calculates the 2-norm of this instance.
Normalized 1 Returns the normalized vector.
GetHashCode 1
Equals 1
op_Equality 1
op_Inequality 1
Normal 1
Normalize 1
SetZero 1
SetIdentity 1
Zero 1
Identity 1
Random 1
op_Addition 1
op_Subtraction 1
op_Multiply 1
op_Division 1

03 Properties

NameOverloadsSummary
x 1
y 1

04 Members

method SquaredNorm #
SquaredNorm

Calculates the squared 2-norm of this instance.

Returns

System.Double.

method Magnitude #
Magnitude

[norm] Calculates the 2-norm of this instance.

method Normalized #
Normalized(Double)

Returns the normalized vector.

Parameters
NameTypeDescription
normDouble

The norm.

Returns

Vector.

property x #
x
property y #
y
method GetHashCode #
GetHashCode()
method Equals #
Equals(Object)
method op_Equality #
op_Equality(FDGVector2, FDGVector2)
method op_Inequality #
op_Inequality(FDGVector2, FDGVector2)
method Normal #
Normal()
method Normalize #
Normalize()
method SetZero #
SetZero()
method SetIdentity #
SetIdentity()
method Zero #
Zero()
method Identity #
Identity()
method Random #
Random(Int32, Int32)
method op_Addition #
op_Addition(FDGVector2, Double)
method op_Subtraction #
op_Subtraction(FDGVector2, FDGVector2)
method op_Multiply #
op_Multiply(FDGVector2, Double)
method op_Division #
op_Division(FDGVector2, Double)