Uses of Class
de.grogra.ray.intersection.Intersections.ObjectOutput
Packages that use Intersections.ObjectOutput
-
Uses of Intersections.ObjectOutput in de.grogra.imp3d.ray
Fields in de.grogra.imp3d.ray declared as Intersections.ObjectOutputModifier and TypeFieldDescriptionRTBox.m_boxOutputRTCone.m_coneOutputRTCylinder.m_cylinderOutputRTFrustum.m_frustumOutput -
Uses of Intersections.ObjectOutput in de.grogra.ray.intersection
Methods in de.grogra.ray.intersection with parameters of type Intersections.ObjectOutputModifier and TypeMethodDescriptionstatic booleanIntersections.getBox_T(Intersections.BoxInput input, Intersections.ObjectOutput output, Intersections.BoxLocalVariables local) static booleanIntersections.getCone_T(Intersections.ConeInput input, Intersections.ObjectOutput output, Intersections.ConeLocalVariables local) static booleanIntersections.getCylinder_T(Intersections.CylinderInput input, Intersections.ObjectOutput output, Intersections.CylinderLocalVariables local) static booleanIntersections.getFrustum_T(Intersections.FrustumInput input, Intersections.ObjectOutput output, Intersections.FrustumLocalVariables local) static booleanIntersections.getParallelogram_T(Intersections.ParallelogramInput input, Intersections.ObjectOutput output, Intersections.ParallelogramLocalVariables local) static booleanIntersections.getPlane_T(Intersections.PlaneInput input, Intersections.ObjectOutput output, Intersections.PlaneLocalVariables local) static booleanIntersections.getSolidCone_T(Intersections.ConeInput input, Intersections.ObjectOutput output, Intersections.ConeLocalVariables local) static booleanIntersections.getSolidCylinder_T(Intersections.CylinderInput input, Intersections.ObjectOutput output, Intersections.CylinderLocalVariables local) static booleanIntersections.getSolidFrustum_T(Intersections.FrustumInput input, Intersections.ObjectOutput output, Intersections.FrustumLocalVariables local) static booleanIntersections.getSphere_T(Intersections.SphereInput input, Intersections.ObjectOutput output, Intersections.SphereLocalVariables local)