mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
*** empty log message ***
This commit is contained in:
parent
5b1e6e3be2
commit
48f06cc90a
@ -1,6 +1,6 @@
|
|||||||
// Filename: LinearDistanceForce.I
|
// Filename: LinearDistanceForce.I
|
||||||
// Created by: charles (21Jun00)
|
// Created by: charles (21Jun00)
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
@ -38,7 +38,7 @@ set_force_center(const LPoint3f& p) {
|
|||||||
// Access : public
|
// Access : public
|
||||||
// Description : falloff_type query
|
// Description : falloff_type query
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
INLINE FalloffType LinearDistanceForce::
|
INLINE LinearDistanceForce::FalloffType LinearDistanceForce::
|
||||||
get_falloff_type(void) const {
|
get_falloff_type(void) const {
|
||||||
return _falloff;
|
return _falloff;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user