32 lines
976 B
Plaintext
32 lines
976 B
Plaintext
// Filename: orientedParticle.I
|
|
// Created by: charles (04Jul00)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
//
|
|
// PANDA 3D SOFTWARE
|
|
// Copyright (c) Carnegie Mellon University. All rights reserved.
|
|
//
|
|
// All use of this software is subject to the terms of the revised BSD
|
|
// license. You should have received a copy of this license along
|
|
// with this source code in a file named "LICENSE."
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
// Function : set_velocity
|
|
// Access : public
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
INLINE void OrientedParticle::
|
|
set_velocity() {
|
|
}
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
// Function : set_orientation
|
|
// Access : public
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
INLINE void OrientedParticle::
|
|
set_orientation() {
|
|
}
|