clip3d
Clips the polygon given in vtx using fixed point math.
Description
Fixed point version of clip3d_f(). This function should be used with
caution, due to the limited precision of fixed point arithmetic and high
chance of rounding errors: the floating point code is better for most
situations.
Returns the number of vertices after clipping is done.
Related Projects
The following projects include source code containing this keyword: