Table of Contents

Enum Axis3d

Namespace
FixedMathSharp
Assembly
FixedMathSharp.dll

Identifies a signed axis in a 3D coordinate convention.

public enum Axis3d

Fields

NegativeX = 1

Negative X.

NegativeY = 3

Negative Y.

NegativeZ = 5

Negative Z.

PositiveX = 0

Positive X.

PositiveY = 2

Positive Y.

PositiveZ = 4

Positive Z.

Remarks

FixedMathSharp's canonical 3D convention is PositiveX right, PositiveY up, and PositiveZ forward. Use signed axes to describe adapter-boundary conventions without changing core math semantics.