-
Notifications
You must be signed in to change notification settings - Fork 0
cDoublePt
Stephen P edited this page Apr 30, 2020
·
4 revisions
Defines a point in 2D space using a double-typed x and y variables.
double
The x-position of the point.
double
The y-position of the point.
cDoublePt rotatePoint(cDoublePt pt, cDoublePt center, double degrees)
Returns a point rotated degrees degrees around a circle with center center. Pretty self-explanatory.