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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user