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

VRageMath.CompressedPositionOrientation

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

IndexNamespace Index

CompressedPositionOrientation Struct

public struct CompressedPositionOrientation

Defines a matrix.

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

HalfVector4 Orientation

Vector3 Position

Properties

Matrix Matrix { get; set; }

Constructors

CompressedPositionOrientation(ref Matrix matrix)

Methods

void FromMatrix(ref Matrix matrix)

void ToMatrix(out Matrix result)

Clone this wiki locally