//============================================================================ // homoclip.hpp : polygon clipping in homogeneous coordinates //============================================================================ int ClipPolyToFrustum(float *InPts, const int NumInPts, float* &OutPts);