Home
last modified time | relevance | path

Searched refs:RCouple (Results 1 – 8 of 8) sorted by relevance

/dports/devel/flatzebra/flatzebra-0.1.7/src/flatzebra/
H A DRCouple.h52 RCouple(const RCouple &c);
209 inline RCouple::RCouple() in RCouple() function
221 inline RCouple::RCouple(const RCouple &c) in RCouple() function
233 inline RCouple &RCouple::operator = (const RCouple &c)
249 inline RCouple::~RCouple() in ~RCouple()
254 inline RCouple &RCouple::zero() in zero()
273 inline RCouple &RCouple::operator += (const RCouple &c)
281 inline RCouple &RCouple::operator -= (const RCouple &c)
305 inline RCouple operator + (const RCouple &c1, const RCouple &c2)
312 inline RCouple operator - (const RCouple &c1, const RCouple &c2)
[all …]
H A DRSprite.h45 const RCouple &pos = RCouple(),
46 const RCouple &speed = RCouple(),
47 const RCouple &accel = RCouple(),
48 const RCouple &collBoxPos = RCouple(),
49 const RCouple &collBoxSize = RCouple());
222 RCouple &
250 RCouple
265 RCouple
273 RCouple
280 RCouple
[all …]
H A DRCouple.cpp28 const double RCouple::tolerance = 0.0001;
32 RCouple::rectangleCollision(const RCouple &pos1, in rectangleCollision()
34 const RCouple &pos2, in rectangleCollision()
49 RCouple
50 RCouple::getClosestPointOnSegment(const RCouple &segStart, in getClosestPointOnSegment()
54 RCouple seg = segEnd - segStart; in getClosestPointOnSegment()
55 RCouple c = *this - segStart; in getClosestPointOnSegment()
66 RCouple::isOnSegment(const RCouple &segStart, in isOnSegment()
70 RCouple seg = segEnd - segStart; in isOnSegment()
71 RCouple c = *this - segStart; in isOnSegment()
[all …]
H A DRSprite.cpp50 const RCouple &_pos, in RSprite()
51 const RCouple &_speed, in RSprite()
52 const RCouple &_accel, in RSprite()
53 const RCouple &_collBoxPos, in RSprite()
54 const RCouple &_collBoxSize) in RSprite()
79 const RCouple &pos1 = s1.getPos() + s1.collBoxPos; in collidesWithRSprite()
80 const RCouple &size1 = s1.collBoxSize; in collidesWithRSprite()
81 const RCouple &pos2 = s2.getPos() + s2.collBoxPos; in collidesWithRSprite()
82 const RCouple &size2 = s2.collBoxSize; in collidesWithRSprite()
84 return RCouple::rectangleCollision(pos1, size1, pos2, size2); in collidesWithRSprite()
[all …]
H A DMakefile.am10 RCouple.cpp \
11 RCouple.h \
39 RCouple.h \
H A DMakefile.in133 am_libflatzebra_0_1_la_OBJECTS = libflatzebra_0_1_la-RCouple.lo \
364 RCouple.cpp \
365 RCouple.h \
392 RCouple.h \
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libflatzebra_0_1_la-RCouple.Plo@am__quote@
512 libflatzebra_0_1_la-RCouple.lo: RCouple.cpp
513RCouple.lo -MD -MP -MF $(DEPDIR)/libflatzebra_0_1_la-RCouple.Tpo -c -o libflatzebra_0_1_la-RCouple
514 …@ $(AM_V_at)$(am__mv) $(DEPDIR)/libflatzebra_0_1_la-RCouple.Tpo $(DEPDIR)/libflatzebra_0_1_la-RCou…
517 …FLAGS) $(CXXFLAGS) -c -o libflatzebra_0_1_la-RCouple.lo `test -f 'RCouple.cpp' || echo '$(srcdir)/…
H A DGameEngine.h185 RCouple posInSurface,
320 RCouple posInSurface, SDL_Surface *surface) in copySpritePixmap()
/dports/devel/flatzebra/flatzebra-0.1.7/
H A DNEWS12 Added squaredLength() and dotProduct() to Couple and RCouple.
60 RCouple now has floor() and ceil() methods, and they return a
67 New classes RCouple and RSprite that allow one to write games