Changeset 512 for trunk/VUT/GtpVisibilityPreprocessor/src/Beam.cpp
- Timestamp:
- 01/10/06 18:27:20 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/Beam.cpp
r511 r512 5 5 6 6 void 7 MyBeam::Construct(const AxisAlignedBox3 &box,7 Beam::Construct(const AxisAlignedBox3 &box, 8 8 const AxisAlignedBox3 &dBox) 9 9 { … … 53 53 54 54 int 55 MyBeam::ComputeIntersection(const AxisAlignedBox3 &box)55 Beam::ComputeIntersection(const AxisAlignedBox3 &box) 56 56 { 57 57 int i;
Note: See TracChangeset
for help on using the changeset viewer.