- Timestamp:
- 05/25/04 14:15:36 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/AMC/activemirrorcontrol/activemirrorcontrol/videospot.cpp
r3401 r4176 51 51 52 52 /** No descriptions */ 53 bool VideoSpot::contains2( int p_iX, int p_iY ) 54 { 55 if( ( abs( p_iX - getX() ) < 25 ) 56 && 57 ( abs( p_iY - getY() ) < 25 ) ) 58 return true; 59 else 60 return false; 61 } 62 63 /** No descriptions */ 53 64 void VideoSpot::append( int p_iX, int p_iY, int p_iWeight ) 54 65 {
Note:
See TracChangeset
for help on using the changeset viewer.