intersection is the parameter of the ray at the ray multislab closest to the ray origin intersection.
intersection? returns intersection value.
near_far= argument sets near_far of an instance. At least 6 numbers are required (two for each plane_normal).
near_far? returns near_far of an instance.
o_n_products: argument sets ray origin plane_normal scalar products.
o_n_products? returns ray origin plane_normal scalar products.
plane_normals= argument sets plane_normals of the class (it is a class variable).
plane_normals? returns plane_normals.
reciprocal_d_n_products: argument sets ray reciprocal direction plane_normals scalar products
reciprocal_d_n_products? returns ray reciprocal direction plane_normals scalar products
unite: argument sets the near of an instance to the minimum of argument near and the instance's near and the far of an instance to the maximum of argument far and the far of an instance.