-------------------------------------------------------------------------------- Description: Value getter for the ITriVectorFunction --------------------------------------------------------------------------------
| 82 | // Value getter for the ITriVectorFunction |
| 83 | // -------------------------------------------------------------------------------- |
| 84 | Vector3* EveRemotePositionCurve::GetValueAt( Vector3* in, Be::Time time ) |
| 85 | { |
| 86 | *in = m_value; |
| 87 | return in; |
| 88 | } |
| 89 | |
| 90 | // -------------------------------------------------------------------------------- |
| 91 | // Description: |