This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:vector3 [2019/05/07 17:45] 127.0.0.1 external edit |
wiki:vector3 [2019/09/19 19:49] (current) |
||
---|---|---|---|
Line 20: | Line 20: | ||
* [[#Left()|Left()]] | * [[#Left()|Left()]] | ||
* [[#Length(Vector3)|Length(Vector3)]] | * [[#Length(Vector3)|Length(Vector3)]] | ||
+ | * [[#Distance(Vector3)|Distance(Vector3)]] | ||
* [[#Normalize(Vector3)|Normalize(Vector3)]] | * [[#Normalize(Vector3)|Normalize(Vector3)]] | ||
* [[#Dot(Vector3, Vector3)|Dot(Vector3, Vector3)]] | * [[#Dot(Vector3, Vector3)|Dot(Vector3, Vector3)]] | ||
Line 76: | Line 77: | ||
==== Length(Vector3) ==== | ==== Length(Vector3) ==== | ||
* **Description**: Returns the length of the given Vector3 | * **Description**: Returns the length of the given Vector3 | ||
+ | * **Signature**: (target: Vector3): number | ||
+ | |||
+ | ==== Distance(Vector3) ==== | ||
+ | * **Description**: Returns the distance between the given Vector3 | ||
* **Signature**: (target: Vector3): number | * **Signature**: (target: Vector3): number | ||