Members
Methods
staticGetPlanes(transform) → Plane[]
获取表示frustum的平面
获取由变换矩阵变换的近frustum平面
Name | Type | Description |
---|---|---|
transform |
DeepImmutable<Matrix> | 变换矩阵 |
frustumPlane |
Plane | frustum平面结果 |
获取由变换矩阵变换的远视锥平面
Name | Type | Description |
---|---|---|
transform |
DeepImmutable<Matrix> | 变换矩阵 |
frustumPlane |
Plane | frustum平面结果 |
获取由变换矩阵变换的左frustum平面
Name | Type | Description |
---|---|---|
transform |
DeepImmutable<Matrix> | 变换矩阵 |
frustumPlane |
Plane | frustum平面结果 |
获取由变换矩阵变换的右frustum平面
Name | Type | Description |
---|---|---|
transform |
DeepImmutable<Matrix> | 变换矩阵 |
frustumPlane |
Plane | frustum平面结果 |
获取由变换矩阵变换的顶部frustum平面
Name | Type | Description |
---|---|---|
transform |
DeepImmutable<Matrix> | 变换矩阵 |
frustumPlane |
Plane | frustum平面结果 |
获取由变换矩阵变换的底部frustum平面
Name | Type | Description |
---|---|---|
transform |
DeepImmutable<Matrix> | 变换矩阵 |
frustumPlane |
Plane | frustum平面结果 |