Functions | |
HC_KEY | Insert_Cutting_Section (int count, const HC_PLANE *planes) |
HC_KEY | DInsert_Cutting_Section (int count, const HC_DPLANE *planes) |
HC_KEY Insert_Cutting_Section | ( | int | count, | |
const HC_PLANE * | planes | |||
) |
Creates a special piece of geometry which "cuts away" a portion of the scene.
count | - The number of planes in the planes array. | |
planes | - An array of (a, b, c, d) quadruplets which define the separate planes within the cutting section. |
HC_KEY DInsert_Cutting_Section | ( | int | count, | |
const HC_DPLANE * | planes | |||
) |
Similar to Insert_Cutting_Section(), but operates on double-precision data.
count | - The number of planes in the planes array. | |
planes | - An array of (a, b, c, d) quadruplets which define the separate planes within the cutting section. |