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
Syntaxpublic Vector3[] GetBoundingBox(
Transform transform
)
Public Function GetBoundingBox (
transform As Transform
) As Vector3()
public:
array<Vector3>^ GetBoundingBox(
Transform^ transform
)
member GetBoundingBox :
transform : Transform -> Vector3[]
Parameters
- transform
- Type: Transform
The transformation matrix in which the bounding box is calcuated
Return Value
Type:
Vector3The corners of the bounding box
See Also