This class represents a point in the plane with double coordinates.

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 sealed class YPoint : IComparable
Visual Basic
Public NotInheritable Class YPoint _
	Implements IComparable

Remarks

This class represents a point in the plane with double coordinates. This class implements the immutable design pattern.

Inheritance Hierarchy

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

See Also