mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
C#: Remove unused Transform2D.ScaleBasis
method
(cherry picked from commit a4ad1dfa51
)
This commit is contained in:
parent
a1c0be731d
commit
3ec6644096
1 changed files with 0 additions and 8 deletions
|
@ -320,14 +320,6 @@ namespace Godot
|
||||||
return copy;
|
return copy;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ScaleBasis(Vector2 scale)
|
|
||||||
{
|
|
||||||
x.x *= scale.x;
|
|
||||||
x.y *= scale.y;
|
|
||||||
y.x *= scale.x;
|
|
||||||
y.y *= scale.y;
|
|
||||||
}
|
|
||||||
|
|
||||||
private real_t Tdotx(Vector2 with)
|
private real_t Tdotx(Vector2 with)
|
||||||
{
|
{
|
||||||
return (this[0, 0] * with[0]) + (this[1, 0] * with[1]);
|
return (this[0, 0] * with[0]) + (this[1, 0] * with[1]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue