Click or drag to resize

PolygonGetBoundingBox Method

Returns the bounding box of the polygon for a given transformation matrix

Namespace:  BrydenWoodUnity.GeometryManipulation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Vector3[] GetBoundingBox(
	Transform transform
)

Parameters

transform
Type: Transform
The transformation matrix in which the bounding box is calcuated

Return Value

Type: Vector3
The corners of the bounding box
See Also