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

VRageMath.CompressedPositionOrientation

Malware edited this page Dec 13, 2025 · 42 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

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