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

VRageMath.BoundingBox.Transform

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

Summary

public BoundingBox Transform(Matrix worldMatrix)

Returns

BoundingBox

Parameters

Summary

public BoundingBoxD Transform(MatrixD worldMatrix)

Returns

BoundingBoxD

Parameters

Summary

public BoundingBox Transform(ref Matrix m)

Returns

BoundingBox

Parameters

Summary

public void Transform(ref Matrix m, ref BoundingBox bb)

Parameters

Summary

public BoundingBoxD Transform(ref MatrixD m)

Returns

BoundingBoxD

Parameters

Summary

public void Transform(ref MatrixD m, ref BoundingBoxD bb)

Parameters

Clone this wiki locally