Changeset 317 for trunk/VUT/GtpVisibilityPreprocessor
- Timestamp:
- 10/10/05 18:55:07 (19 years ago)
- Location:
- trunk/VUT/GtpVisibilityPreprocessor/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/Polygon3.cpp
r314 r317 15 15 {} 16 16 17 // creates an "infinite" polygon from this plane 18 //Polygon3::Polygon3(Plane3 plane) 19 //{} 17 20 18 21 Polygon3::Polygon3(Face *face, Mesh *parentMesh) -
trunk/VUT/GtpVisibilityPreprocessor/src/Polygon3.h
r314 r317 26 26 Polygon3(const VertexContainer &vertices); 27 27 Polygon3(MeshInstance *parent); 28 28 // creates an "infinite" polygon from this plane 29 //Polygon3(Plane3 plane); 29 30 /** Copies all the vertices of the face. 30 31 */
Note: See TracChangeset
for help on using the changeset viewer.