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

VRageMath.BoundingBoxD.GetCorners

Morten Aune Lyrstad edited this page Apr 16, 2022 · 18 revisions

IndexNamespace IndexBoundingBoxD

Summary

public Vector3D[] GetCorners()

Gets an array of points that make up the corners of the BoundingBox. ALLOCATION!

Returns

[Vector3D[]](VRageMath.Vector3D[])

Summary

public void GetCorners(Vector3D[] corners)

Gets the array of points that make up the corners of the BoundingBox.

Parameters

  • [Vector3D[]](VRageMath.Vector3D[]) corners

Clone this wiki locally