Skip to content

DiGi.Geometry.Planar.Enums

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

DiGi.Geometry.Planar.Enums Namespace

Enums

PlanarAxis Enum

Specifies a coordinate axis within a two-dimensional plane.

public enum PlanarAxis

Fields

Undefined 0

Indicates that the planar axis is undefined or not specified.

X 1

Represents the X axis of the planar coordinate system.

Y 2

Represents the Y axis of the planar coordinate system.

Clone this wiki locally