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

VRageMath.Vector3I.Transform

Malware edited this page Dec 13, 2025 · 17 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 IndexVector3I

Summary

public static void Transform(ref Vector3I position, ref Matrix matrix, out Vector3I result)

Transforms a Vector3I by the given Matrix.

Parameters

Summary

public static void Transform(ref Vector3I value, ref Quaternion rotation, out Vector3I result)

Parameters

Summary

public static Vector3I Transform(Vector3I value, Quaternion rotation)

Returns

Vector3I

Parameters

Summary

public static void Transform(ref Vector3I value, ref MatrixI matrix, out Vector3I result)

Parameters

Summary

public static Vector3I Transform(Vector3I value, MatrixI transformation)

Returns

Vector3I

Parameters

Summary

public static Vector3I Transform(Vector3I value, ref MatrixI transformation)

Returns

Vector3I

Parameters

Clone this wiki locally