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
p   RPoint, the vector to multiply
Returns float, the result of the scalar product
Usage Geometry
Related add ( )
sub ( )
cross ( )