VRageMath.BoundingBoxD.GetCorners - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← BoundingBoxD
public Vector3D[] GetCorners()
Gets an array of points that make up the corners of the BoundingBox. ALLOCATION!
public void GetCorners(Vector3D[] corners)
Gets the array of points that make up the corners of the BoundingBox.
- Vector3D[] corners