Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.CompressedPositionOrientation

Morten Aune Lyrstad edited this page Apr 16, 2022 · 42 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)

Methods

void FromMatrix(ref Matrix)

void ToMatrix(out Matrix)

Clone this wiki locally