parseRay
Parse a ray parameter into a ray object
Signatures
- Paramate.Configurator.parseRay(r)
Details
The function parses a paramate ray string into an array of 2 vectors (array of 3 elements), the first the starting point, the second the direction
Parameters
- r
-
The string representation of the ray
Return value
An array(2,3) representation of the ray