Back to class index
| Frustum::CornerPointSyntaxfloat4 Frustum::CornerPoint(int cornerIndex) const; [16 lines of code]Generates one of the eight corner points of this Frustum. ParametersintcornerIndexThe index of the corner point to generate, in the range [0, 7]. The points are returned in the order 0: , 1: +, 2: -+-, 3: -++, 4: +, 5: +-+, 6: ++-, 7: +++. (corresponding the XYZ axis directions). |