1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2026-07-09 01:57:09 +02:00

Improve Circle method names to be more consistent with the rest of the basic types.

This commit is contained in:
Sandu Liviu Catalin
2016-07-25 00:32:35 +03:00
parent d30e1210ac
commit 48485981f0
2 changed files with 14 additions and 14 deletions
+5 -5
View File
@@ -327,9 +327,9 @@ struct Circle
void SetCircle(const Circle & nc);
/* --------------------------------------------------------------------------------------------
* Set the position from the specified position.
* Set the specified position and radius.
*/
void SetPosition(const Vector2 & np);
void SetCircleEx(Value nx, Value ny, Value nr);
/* --------------------------------------------------------------------------------------------
* Set the specified position and radius.
@@ -339,12 +339,12 @@ struct Circle
/* --------------------------------------------------------------------------------------------
* Set the specified position.
*/
void SetPositionEx(Value nx, Value ny);
void SetPosition(const Vector2 & np);
/* --------------------------------------------------------------------------------------------
* Set the specified position and radius.
* Set the specified position.
*/
void SetValuesEx(Value nx, Value ny, Value nr);
void SetPositionEx(Value nx, Value ny);
/* --------------------------------------------------------------------------------------------
* Set the values extracted from the specified string using the specified delimiter.