Skip to content

DiGi.Geometry.Planar.Constants

github-actions[bot] edited this page Jul 15, 2026 · 2 revisions

DiGi.Geometry.Planar.Constants Namespace

Classes

Point2D Class

Provides static utilities and constants for Point2D objects.

public static class Point2D

Inheritance System.Object → Point2D

Properties

Point2D.Zero Property

Gets a point at the origin (0, 0).

public static DiGi.Geometry.Planar.Classes.Point2D Zero { get; }

Property Value

Point2D

Vector2D Class

Provides static properties and utility methods for working with Vector2D instances.

public static class Vector2D

Inheritance System.Object → Vector2D

Properties

Vector2D.WorldX Property

Gets the unit vector along the X-axis (1, 0).

public static DiGi.Geometry.Planar.Classes.Vector2D WorldX { get; }

Property Value

Vector2D

Vector2D.WorldY Property

Gets the unit vector along the Y-axis (0, 1).

public static DiGi.Geometry.Planar.Classes.Vector2D WorldY { get; }

Property Value

Vector2D

Clone this wiki locally