dot( other )
instance function
Dot another Vector with this one. Both should be normalized.
Arguments
| Name | Type | Description |
|---|---|---|
| other | Vector | Vector to dot with self |
Returns
| Type | Description |
|---|---|
| Number | Dot product of the two Vectors |
instance function
Dot another Vector with this one. Both should be normalized.
| Name | Type | Description |
|---|---|---|
| other | Vector | Vector to dot with self |
| Type | Description |
|---|---|
| Number | Dot product of the two Vectors |