Skip to content

DiGi.Geometry.Spatial.Constants

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

DiGi.Geometry.Spatial.Constants Namespace

Classes

Plane Class

Provides common world plane definitions.

public static class Plane

Inheritance System.Object → Plane

Properties

Plane.WorldX Property

Gets a Plane representing the world X plane, which is perpendicular to the world X axis and passes through the origin.

public static DiGi.Geometry.Spatial.Classes.Plane WorldX { get; }

Property Value

Plane

Plane.WorldY Property

Gets a Plane representing the world Y plane, defined by the origin point and the world Y normal vector.

public static DiGi.Geometry.Spatial.Classes.Plane WorldY { get; }

Property Value

Plane
A Plane that is perpendicular to the world Y axis.

Plane.WorldZ Property

Gets a Plane representing the world Z plane.

public static DiGi.Geometry.Spatial.Classes.Plane WorldZ { get; }

Property Value

Plane

Point3D Class

Provides utility members and constants for 3D point coordinates.

public static class Point3D

Inheritance System.Object → Point3D

Properties

Point3D.Zero Property

Gets a Point3D instance representing the origin point with all coordinates set to zero.

public static DiGi.Geometry.Spatial.Classes.Point3D Zero { get; }

Property Value

Point3D

Vector3D Class

Provides static utility properties for common 3D vector directions.

public static class Vector3D

Inheritance System.Object → Vector3D

Properties

Vector3D.WorldX Property

Gets the unit vector representing the X-axis in world space.

public static DiGi.Geometry.Spatial.Classes.Vector3D WorldX { get; }

Property Value

Vector3D
A Vector3D instance that represents the X-axis.

Vector3D.WorldY Property

Gets the unit vector representing the Y-axis in world space as a Vector3D.

public static DiGi.Geometry.Spatial.Classes.Vector3D WorldY { get; }

Property Value

Vector3D

Vector3D.WorldZ Property

Gets the unit vector pointing along the positive Z-axis of the world coordinate system as a Vector3D.

public static DiGi.Geometry.Spatial.Classes.Vector3D WorldZ { get; }

Property Value

Vector3D

Vector3D.Zero Property

Gets a Vector3D where all coordinates are set to 0.

public static DiGi.Geometry.Spatial.Classes.Vector3D Zero { get; }

Property Value

Vector3D

Clone this wiki locally