|
@@ -120,7 +120,7 @@
|
|
|
<return type="bool" />
|
|
|
<param index="0" name="xform" type="Transform2D" />
|
|
|
<description>
|
|
|
- Returns [code]true[/code] if this transform and [code]transform[/code] are approximately equal, by calling [code]is_equal_approx[/code] on each component.
|
|
|
+ Returns [code]true[/code] if this transform and [param xform] are approximately equal, by calling [code]is_equal_approx[/code] on each component.
|
|
|
</description>
|
|
|
</method>
|
|
|
<method name="is_finite" qualifiers="const">
|
|
@@ -133,7 +133,7 @@
|
|
|
<return type="Transform2D" />
|
|
|
<param index="0" name="target" type="Vector2" default="Vector2(0, 0)" />
|
|
|
<description>
|
|
|
- Returns a copy of the transform rotated such that it's rotation on the X-axis points towards the [param target] position.
|
|
|
+ Returns a copy of the transform rotated such that the rotated X-axis points towards the [param target] position.
|
|
|
Operations take place in global space.
|
|
|
</description>
|
|
|
</method>
|