rayToParam
Create a paramate string representation of a ray object
Signatures
- Paramate.Configurator.rayToParam(vPoint, vDirection)
 
Details
The function creates the string representation used in the open parameters from 2 vectors (3 element arrays), the starting point and the direction of the ray
Parameters
- vPoint
 - 
            
The starting point vector (3 element array) of the ray
 - vDirection
 - 
            
The direction vector (3 element array) of the ray
 
Return value
String representation of the ray