-
new Frustum()
-
平截头体
Members Show Inherited
| Name | Type | Default | Description |
|---|---|---|---|
className
|
String | Frustum |
类名 |
isFrustum
|
Boolean | true |
Methods Show Inherited
-
copy(m){Frustum}
-
Copy the values from one frustum to this
Name Type Description mFrustum the source frustum
Returns:
Type Description Frustum this -
clone(){Frustum}
-
Creates a new frustum initialized with values from this frustum
Returns:
Type Description Frustum a new Frustum -
fromMatrix(mat){Frustum}
-
fromMatrix
Name Type Description matMatrix4 Returns:
Type Description Frustum this -
intersectsSphere(sphere){Boolean}
-
与球体相交
Name Type Description sphereSphere Returns:
Type Description Boolean 是否相交