orientedParticle.I 976 B

12345678910111213141516171819202122232425262728293031
  1. // Filename: orientedParticle.I
  2. // Created by: charles (04Jul00)
  3. //
  4. ////////////////////////////////////////////////////////////////////
  5. //
  6. // PANDA 3D SOFTWARE
  7. // Copyright (c) Carnegie Mellon University. All rights reserved.
  8. //
  9. // All use of this software is subject to the terms of the revised BSD
  10. // license. You should have received a copy of this license along
  11. // with this source code in a file named "LICENSE."
  12. //
  13. ////////////////////////////////////////////////////////////////////
  14. ////////////////////////////////////////////////////////////////////
  15. // Function : set_velocity
  16. // Access : public
  17. ////////////////////////////////////////////////////////////////////
  18. INLINE void OrientedParticle::
  19. set_velocity() {
  20. }
  21. ////////////////////////////////////////////////////////////////////
  22. // Function : set_orientation
  23. // Access : public
  24. ////////////////////////////////////////////////////////////////////
  25. INLINE void OrientedParticle::
  26. set_orientation() {
  27. }