Home | History | Annotate | Download | only in dist

Lines Matching refs:frustum

3187  * Generates a frustum matrix with the given bounds
3189 * @param {mat4} out mat4 frustum matrix will be written into
3190 * @param {Number} left Left bound of the frustum
3191 frustum
3192 * @param {Number} bottom Bottom bound of the frustum
3193 * @param {Number} top Top bound of the frustum
3194 * @param {Number} near Near bound of the frustum
3195 * @param {Number} far Far bound of the frustum
3198 mat4.frustum = function (out, left, right, bottom, top, near, far) {
3224 * @param {mat4} out mat4 frustum matrix will be written into
3227 * @param {number} near Near bound of the frustum
3228 * @param {number} far Far bound of the frustum
3256 * @param {mat4} out mat4 frustum matrix will be written into
3257 * @param {number} left Left bound of the frustum
3258 * @param {number} right Right bound of the frustum
3259 * @param {number} bottom Bottom bound of the frustum
3260 * @param {number} top Top bound of the frustum
3261 * @param {number} near Near bound of the frustum
3262 * @param {number} far Far bound of the frustum
3291 * @param {mat4} out mat4 frustum matrix will be written into