Indicate Plane.distance_to returns a signed distance
This commit is contained in:
parent
5a6b13b8bb
commit
45e329c1d2
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
||||||
<return type="float" />
|
<return type="float" />
|
||||||
<argument index="0" name="point" type="Vector3" />
|
<argument index="0" name="point" type="Vector3" />
|
||||||
<description>
|
<description>
|
||||||
Returns the shortest distance from the plane to the position [code]point[/code].
|
Returns the shortest distance from the plane to the position [code]point[/code]. If the point is above the plane, the distance will be positive. If below, the distance will be negative.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="has_point" qualifiers="const">
|
<method name="has_point" qualifiers="const">
|
||||||
|
|
Loading…
Reference in a new issue