GetPointInCircle
Introduction
Code example
using FlatRedBall.Math;
using FlatRedBall.Math.Geometry; // for Pointfloat radius = 1;
Point point = MathFunctions.GetPointInCircle(radius);
// Now use Point to position an object or perform some other kind of logicLast updated
Was this helpful?