Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.MyBlockOrientation

Morten Aune Lyrstad edited this page Apr 16, 2022 · 44 revisions

IndexNamespace Index

MyBlockOrientation Struct

public struct MyBlockOrientation

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

Member Description
[static MyBlockOrientation Identity](VRageMath.MyBlockOrientation.Identity)
[Direction Forward](VRageMath.MyBlockOrientation.Forward)
[Direction Up](VRageMath.MyBlockOrientation.Up)

Properties

Member Description
[bool IsValid { get; }](VRageMath.MyBlockOrientation.IsValid)
[Direction Left { get; }](VRageMath.MyBlockOrientation.Left)

Constructors

Member Description
[MyBlockOrientation(Direction, Direction)](VRageMath.MyBlockOrientation..ctor)
[MyBlockOrientation(ref Quaternion)](VRageMath.MyBlockOrientation..ctor)
[MyBlockOrientation(ref Matrix)](VRageMath.MyBlockOrientation..ctor)

Methods

Member Description
[bool Equals(object)](VRageMath.MyBlockOrientation.Equals)
[int GetHashCode()](VRageMath.MyBlockOrientation.GetHashCode)
[void GetMatrix(out Matrix)](VRageMath.MyBlockOrientation.GetMatrix)
[void GetQuaternion(out Quaternion)](VRageMath.MyBlockOrientation.GetQuaternion)
[string ToString()](VRageMath.MyBlockOrientation.ToString)
[Direction TransformDirection(Direction)](VRageMath.MyBlockOrientation.TransformDirection)
[Direction TransformDirectionInverse(Direction)](VRageMath.MyBlockOrientation.TransformDirectionInverse)
Clone this wiki locally