geomerative
index
 
Name cross ( )
Examples
None available
Description Use this to perform a cross product of the point with another point. This returns a RPoint corresponding to the cross product of both vectors.
Syntax
cross(p);
Parameters
p   RPoint, the vector to perform the cross product with
Returns RPoint, the resulting vector of the cross product
Usage Geometry
Related add ( )
sub ( )
mult ( )