This class represents a vector in the 2-dimensional real vector space.

Namespace: yWorks.yFiles.Algorithms.Geometry
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class YVector
Visual Basic
Public Class YVector

Remarks

This class represents a vector in the 2-dimensional real vector space. This vector is an ordered 2 tuple and is defined by two doubles.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Algorithms.Geometry..::..YVector

See Also