Version: 2022.3
언어: 한국어

GeometryUtility

class in UnityEngine

매뉴얼로 전환

설명

Utility class for common geometric functions.

정적 함수

CalculateBoundsCalculates the bounding box from the given array of positions and the transformation matrix.
CalculateFrustumPlanesCalculates frustum planes.
TestPlanesAABBReturns true if bounds are inside the plane array.
TryCreatePlaneFromPolygon GeometryUtility.TryCreatePlaneFromPolygon creates a plane from the given list of vertices that define the polygon, as long as they do not characterize a straight line or zero area.