Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3326 in orxonox.OLD


Ignore:
Timestamp:
Jan 3, 2005, 4:00:06 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/parenting: added class Matrix

Location:
orxonox/branches/parenting/src
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/Makefile.am

    r3319 r3326  
    3333                 helper_parent.cc \
    3434                 track_manager.cc \
     35                 matrix.cc \
    3536                 curve.cc
     37
    3638
    3739noinst_HEADERS = ability.h \
     
    7274                 helper_parent.h \
    7375                 track_manager.h \
     76                 matrix.h \
    7477                 curve.h
    7578
  • orxonox/branches/parenting/src/Makefile.in

    r3319 r3326  
    6363        null_parent.$(OBJEXT) base_object.$(OBJEXT) \
    6464        helper_parent.$(OBJEXT) track_manager.$(OBJEXT) \
    65         curve.$(OBJEXT)
     65        matrix.$(OBJEXT) curve.$(OBJEXT)
    6666orxonox_OBJECTS = $(am_orxonox_OBJECTS)
    6767orxonox_LDADD = $(LDADD)
     
    8080@AMDEP_TRUE@    ./$(DEPDIR)/ini_parser.Po ./$(DEPDIR)/keynames.Po \
    8181@AMDEP_TRUE@    ./$(DEPDIR)/list.Po ./$(DEPDIR)/material.Po \
    82 @AMDEP_TRUE@    ./$(DEPDIR)/null_parent.Po ./$(DEPDIR)/object.Po \
    83 @AMDEP_TRUE@    ./$(DEPDIR)/orxonox.Po ./$(DEPDIR)/p_node.Po \
    84 @AMDEP_TRUE@    ./$(DEPDIR)/player.Po ./$(DEPDIR)/story_entity.Po \
    85 @AMDEP_TRUE@    ./$(DEPDIR)/track.Po ./$(DEPDIR)/track_manager.Po \
    86 @AMDEP_TRUE@    ./$(DEPDIR)/vector.Po ./$(DEPDIR)/world.Po \
    87 @AMDEP_TRUE@    ./$(DEPDIR)/world_entity.Po
     82@AMDEP_TRUE@    ./$(DEPDIR)/matrix.Po ./$(DEPDIR)/null_parent.Po \
     83@AMDEP_TRUE@    ./$(DEPDIR)/object.Po ./$(DEPDIR)/orxonox.Po \
     84@AMDEP_TRUE@    ./$(DEPDIR)/p_node.Po ./$(DEPDIR)/player.Po \
     85@AMDEP_TRUE@    ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/track.Po \
     86@AMDEP_TRUE@    ./$(DEPDIR)/track_manager.Po ./$(DEPDIR)/vector.Po \
     87@AMDEP_TRUE@    ./$(DEPDIR)/world.Po ./$(DEPDIR)/world_entity.Po
    8888CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    8989        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
     
    229229                 helper_parent.cc \
    230230                 track_manager.cc \
     231                 matrix.cc \
    231232                 curve.cc
    232233
     
    268269                 helper_parent.h \
    269270                 track_manager.h \
     271                 matrix.h \
    270272                 curve.h
    271273
     
    362364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
    363365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/material.Po@am__quote@
     366@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matrix.Po@am__quote@
    364367@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/null_parent.Po@am__quote@
    365368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@
  • orxonox/branches/parenting/src/stdincl.h

    r3325 r3326  
    3131
    3232#include "vector.h"
     33#include "matrix.h"
    3334#include "curve.h"
    3435#include "coordinates.h"
Note: See TracChangeset for help on using the changeset viewer.