Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Frustum

Index

Constructors

  • 构建平截头体

    Parameters

    • Optional t: Plane

      上平面

    • Optional b: Plane

      下平面

    • Optional l: Plane

      左平面

    • Optional r: Plane

      右平面

    • Optional n: Plane

      近平面

    • Optional f: Plane

      远平面

    Returns Frustum

Properties

_bottom: any
_far: any
_left: any
_near: any
_right: any
_top: any

Accessors

  • Returns Plane

  • Returns Plane

  • get isFrustum(): boolean
  • Returns boolean

  • Returns Plane

  • Returns Plane

  • Returns Plane

  • Returns Plane

Methods

  • intersectsBBox(b: BBox): boolean
  • 判断是否与包围盒b相交

    Parameters

    Returns boolean

    相交返回true,不相交返回false

  • 根据传入的4x4矩阵复制平截头体

    Parameters

    • m: Matrix4

      矩阵(通常是投影矩阵)

    Returns void

  • 指定平截头体的6个面

    Parameters

    Returns void

  • 返回将6个平面按照上下左右前后(近远)的顺序保存的数组

    Returns Plane[]

Generated using TypeDoc