Axicon.mul_ray

raytracing.Axicon.mul_ray(self, rightSideRay)

This function is used to calculate the output ray through an axicon.

Parameters:rightSideRay (object of ray class) – A ray with a defined height and angle.
Returns:outputRay – the height and angle of the output ray.
Return type:object of ray class