Skip to content

DiGi.Geometry.Spatial.Enums

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

DiGi.Geometry.Spatial.Enums Namespace

Enums

SpatialAxis Enum

Represents a spatial axis in a coordinate system.

public enum SpatialAxis

Fields

Undefined 0

The spatial axis is undefined or unknown.

X 1

Represents the X-axis in a spatial coordinate system.

Y 2

Represents the Y-axis of the spatial coordinate system.

Z 3

Represents the Z axis of the spatial coordinate system.

Clone this wiki locally