operator / ( scalar )
operator
Divide this Vector by a scalar.
Arguments
Name | Type | Description |
---|---|---|
scalar | Number | Scalar value to divide by |
Returns
Type | Description |
---|---|
Vector | The new scaled Vector |
operator
Divide this Vector by a scalar.
Name | Type | Description |
---|---|---|
scalar | Number | Scalar value to divide by |
Type | Description |
---|---|
Vector | The new scaled Vector |