Click or drag to resize
Ab4d.SharpEngine logo

BoundingBoxGetCorners Method

Overload List
 NameDescription
Public methodGetCorners Retrieves the eight corners of the bounding box. It is recommended to use the GetCorners(Vector3) that takes a Vector3 array to prevent allocation of new Vector3 array.
Public methodGetCorners(Span) 
Public methodGetCorners(Vector3) Retrieves the eight corners of the bounding box and write them to the specified array of Vector3 that needs to have at least 8 elements.
Top
See Also