xamarin / xamarin-forms-book-samples

Code samples for "Creating Mobile Apps with Xamarin.Forms"
Apache License 2.0
725 stars 565 forks source link

Chapter 27 BouncingBall missing Toolkit property #15

Closed rclancy closed 7 years ago

rclancy commented 8 years ago

The code behind BouncingBallPage will not build. Error: "Vector2 does not contain a definition for DotProduct"

charlespetzold commented 7 years ago

Vector2 now has a DotProduct method.