PGPoly3DPosition
객체와 평면의 상대적인 위치입니다.
typedef enum PGPoly3DPosition { InfrontPlane_3DPosition = 1, BehindPlane_3DPosition = 2, OnPlane_3DPosition = 3, SplitPlane_3DPosition = 4 } PGPoly3DPosition;
Enumerator 값 | 의미 |
---|---|
InfrontPlane_3DPosition | 검토된 객체(폴리곤)는 주어진 평면의 앞에 있습니다. |
BehindPlane_3DPosition | 검토된 객체(폴리곤)는 주어진 평면의 뒤에 있습니다. |
OnPlane_3DPosition | 검토된 객체(폴리곤)는 주어진 평면 위에 있습니다. |
SplitPlane_3DPosition | 검토된 객체(폴리곤)는 주어진 평면과 교차합니다. |
요구사항
- 버전: 1.0 또는 이후
- 헤더: Polygon3DOperations.h