Dave Schuyler 22 years ago
parent
commit
2c76c19910
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/pgraph/nodePath.cxx

+ 2 - 0
panda/src/pgraph/nodePath.cxx

@@ -704,6 +704,7 @@ set_prev_transform(const NodePath &other, const TransformState *transform) {
 //               collision system will see the node as having suddenly
 //               collision system will see the node as having suddenly
 //               appeared in the new position, without passing any
 //               appeared in the new position, without passing any
 //               points in between.
 //               points in between.
+//     See Also: NodePath::set_fluid_pos
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 void NodePath::
 void NodePath::
 set_pos(const LVecBase3f &pos) {
 set_pos(const LVecBase3f &pos) {
@@ -743,6 +744,7 @@ set_z(float z) {
 //               "previous" position, so that the collision system
 //               "previous" position, so that the collision system
 //               will see the node as moving fluidly from its previous
 //               will see the node as moving fluidly from its previous
 //               position to its new position.
 //               position to its new position.
+//     See Also: NodePath::set_pos
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 void NodePath::
 void NodePath::
 set_fluid_pos(const LVecBase3f &pos) {
 set_fluid_pos(const LVecBase3f &pos) {