You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src_c/doc/geometry_doc.h
+5
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,10 @@
4
4
#defineDOC_CIRCLE_X "x -> float\ncenter x coordinate of the circle"
5
5
#defineDOC_CIRCLE_Y "y -> float\ncenter y coordinate of the circle"
6
6
#defineDOC_CIRCLE_R "r -> float\nradius of the circle"
7
+
#defineDOC_CIRCLE_RSQR "r_sqr -> float\nradius of the circle squared"
8
+
#defineDOC_CIRCLE_CENTER "center -> (float, float)\nx and y coordinates of the center of the circle"
9
+
#defineDOC_CIRCLE_DIAMETER "diameter -> float\ndiameter of the circle"
10
+
#defineDOC_CIRCLE_AREA "area -> float\narea of the circle"
11
+
#defineDOC_CIRCLE_CIRCUMFERENCE "circumference -> float\ncircumference of the circle"
7
12
#defineDOC_CIRCLE_COLLIDEPOINT "collidepoint((x, y)) -> bool\ncollidepoint(x, y) -> bool\ncollidepoint(Vector2) -> bool\ntest if a point is inside the circle"
8
13
#defineDOC_CIRCLE_COPY "copy() -> Circle\nreturns a copy of the circle"
0 commit comments