Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. double InterpolateReverse (T i_Value);
  2.  
  3. double InterpolateReverse (this CGeometricCalibration2D<CLocation>, CLocation i_Value);
  4.  
  5. CGeometricCalibration2D_CLocation : CGeometricCalibration2D<CLocation>
  6. {
  7. double InterpolateReverse (CLocation i_Value);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement