Back to class index
| Polyhedron::FacePlaneSyntaxPlane Polyhedron::FacePlane(int faceIndex) const; [12 lines of code]Returns the plane of the given polyhedron face. The normal of the plane points outwards from this polyhedron, i.e. towards the space that is not part of the polyhedron. This function assumes that the given face of the polyhedron is planar, as should be for all well-formed polyhedron. ParametersintfaceIndexThe index of the face to get, in the range [0, NumFaces()-1]. See Also |