Frustum

Frustum

表示相机frustum

Members

Methods

staticGetPlanes(transform) → Plane[]

获取表示frustum的平面

staticGetNearPlaneToRef(transform,frustumPlane)

获取由变换矩阵变换的近frustum平面
Name Type Description
transform DeepImmutable<Matrix> 变换矩阵
frustumPlane Plane frustum平面结果

staticGetFarPlaneToRef(transform,frustumPlane)

获取由变换矩阵变换的远视锥平面
Name Type Description
transform DeepImmutable<Matrix> 变换矩阵
frustumPlane Plane frustum平面结果

staticGetLeftPlaneToRef(transform,frustumPlane)

获取由变换矩阵变换的左frustum平面
Name Type Description
transform DeepImmutable<Matrix> 变换矩阵
frustumPlane Plane frustum平面结果

staticGetRightPlaneToRef(transform,frustumPlane)

获取由变换矩阵变换的右frustum平面
Name Type Description
transform DeepImmutable<Matrix> 变换矩阵
frustumPlane Plane frustum平面结果

staticGetTopPlaneToRef(transform,frustumPlane)

获取由变换矩阵变换的顶部frustum平面
Name Type Description
transform DeepImmutable<Matrix> 变换矩阵
frustumPlane Plane frustum平面结果

staticGetBottomPlaneToRef(transform,frustumPlane)

获取由变换矩阵变换的底部frustum平面
Name Type Description
transform DeepImmutable<Matrix> 变换矩阵
frustumPlane Plane frustum平面结果