Show / Hide Table of Contents

Struct UnitVectors

A Struct for basic unit vectors

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Dxflib.LinAlg
Assembly: Dxflib.dll
Syntax
public struct UnitVectors

Fields

| Improve this Doc View Source

XUnitVector

The X unit vector

Declaration
public static readonly Vector XUnitVector
Field Value
Type Description
Vector
| Improve this Doc View Source

YUnitVector

The Y unit vector

Declaration
public static readonly Vector YUnitVector
Field Value
Type Description
Vector
| Improve this Doc View Source

ZUnitVector

The Z unit vector

Declaration
public static readonly Vector ZUnitVector
Field Value
Type Description
Vector
  • Improve this Doc
  • View Source
Back to top Generated by DocFX