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

Member Description
HalfVector4 Orientation
Vector3 Position

Properties

Member Description
Matrix Matrix { get; set; }

Constructors

Member Description
CompressedPositionOrientation(ref Matrix)

Methods

Member Description
void FromMatrix(ref Matrix)
void ToMatrix(out Matrix)

Clone this wiki locally