Method | Description | |
---|---|---|
CalculateBounds ( Vector3 positions, |
Calculates a bounding box given an array of positions and a transformation matrix.
|
|
CalculateFrustumPlanes ( |
Calculates frustum planes.
|
|
CalculateFrustumPlanes ( |
Calculates frustum planes.
|
|
TestPlanesAABB ( |
Returns true if bounds are inside the plane array.
|
Method | Description | |
---|---|---|
INTERNAL_CALL_CalculateBounds ( Vector3 positions, |
||
INTERNAL_CALL_Internal_ExtractPlanes ( |
||
INTERNAL_CALL_TestPlanesAABB ( |
||
Internal_ExtractPlanes ( |
public static CalculateBounds ( Vector3 positions, |
||
positions | Vector3 | |
transform | ||
return |
public static CalculateFrustumPlanes ( |
||
camera | ||
return | UnityEngine.Plane[] |
public static CalculateFrustumPlanes ( |
||
worldToProjectionMatrix | ||
return | UnityEngine.Plane[] |
public static TestPlanesAABB ( |
||
planes | ||
bounds | ||
return | bool |