Changeset 3319 in orxonox.OLD for orxonox/branches/parenting/src/curve.cc
- Timestamp:
- Jan 3, 2005, 12:23:08 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/parenting/src/curve.cc
r3311 r3319 156 156 \return a Vector to the calculated position 157 157 */ 158 Vector BezierCurve::getPos( ) const158 Vector BezierCurve::getPos(void) const 159 159 { 160 160 return curvePoint;
Note: See TracChangeset
for help on using the changeset viewer.