-
Notifications
You must be signed in to change notification settings - Fork 0
DiGi.Geometry.Planar.Constants
github-actions[bot] edited this page Jul 15, 2026
·
2 revisions
Provides static utilities and constants for Point2D objects.
public static class Point2DInheritance System.Object → Point2D
Gets a point at the origin (0, 0).
public static DiGi.Geometry.Planar.Classes.Point2D Zero { get; }Provides static properties and utility methods for working with Vector2D instances.
public static class Vector2DInheritance System.Object → Vector2D
Gets the unit vector along the X-axis (1, 0).
public static DiGi.Geometry.Planar.Classes.Vector2D WorldX { get; }Gets the unit vector along the Y-axis (0, 1).
public static DiGi.Geometry.Planar.Classes.Vector2D WorldY { get; }