parseRay

DEPRECATED: 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

Note

The method is deprecated. Use method deserializeRay instead.

Parameters

r

The string representation of the ray

Return value

An array(2,3) representation of the ray