Method GetViewSpaceBoundingBox
GetViewSpaceBoundingBox(Matrix4x4)
The axis-aligned bounding box of the group, in a specific reference frame
선언
public Bounds GetViewSpaceBoundingBox(Matrix4x4 observer)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| Matrix4x4 | observer | The frame of reference in which to compute the bounding box |
반환
| 타입 | 설명 |
|---|---|
| Bounds | The axis-aligned bounding box of the group, in the desired frame of reference |