System4f.traceManyNative
- raytracing.System4f.traceManyNative(self, inputRays)
This function trace each ray from a group of rays from front edge of element to the back edge. It can be either a list of Ray(), or a Rays() object: the Rays() object is an iterator and can be used like a list.
It uses a safe, simple, native Python algorithm