Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Silverlight   (RSS)
Sorry, but there are no more tags available to filter with.

lerp

I needed a quick function to return a point.. Spat public Point Lerp( Point p0, Point p1, double amtInterpolate) { double xlerp = p0.X + ( p1.X - p0.X ) * amtInterpolate; double ylerp = p0.Y + ( p1.Y - p0.Y ) * amtInterpolate; Point newPoint = new Point
Posted by SpatDSG | 0 Comments
Filed under:

Playing with Silverlight..

Testing a few things with SL, eventually want a TFS integrated reporting tool. But, this was more for just fun.
Posted by SpatDSG | 1 Comments
Filed under:
 
Page view tracker