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

VRageMath.BoundingBox2D.GetCorners

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

IndexNamespace IndexBoundingBox2D

Summary

public Vector2D[] GetCorners()

Gets an array of points that make up the corners of the BoundingBox2D.

Returns

[Vector2D[]](VRageMath.Vector2D[])

Summary

public void GetCorners(Vector2D[] corners)

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

Parameters

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

Clone this wiki locally