| geomerative index |
||||
| Name | mult ( ) | |||
| Examples | None available |
|||
| Description | Use this to multiply a vector to this point. This returns a float corresponding to the scalar product of both vectors. | |||
| Syntax | mult(p); |
|||
| Parameters |
|
|||
| Returns | float, the result of the scalar product | |||
| Usage | Geometry | |||
| Related | add ( ) sub ( ) cross ( ) |
|||