Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.BoundingBox2D.CreateFromPoints

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

IndexNamespace IndexBoundingBox2D

Summary

public static BoundingBox2D CreateFromPoints(IEnumerable<Vector2D> points)

Creates the smallest BoundingBox2D that will contain a group of points.

Returns

BoundingBox2D

Parameters

Clone this wiki locally