java.lang.Object
de.grogra.ray2.tracing.modular.ComplementTracer
- Author:
- Hagen Steidelmueller
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
calculateGeometryfactor
(Environment env, int indexEnv, Environment env_prev, int indexEnvPrev, Vector3f vec) void
complement2Paths
(PathValues firstPath, int firstIndex, PathValues secondPath, int secondIndex, boolean adjoint, CombinedPathValues resultPath) void
traceComplement
(PathValues startPath, int startIndex, PathValues complementPath, int complIndex, boolean adjoint, int direct)
-
Field Details
-
resultRayList
-
resultWeightList
-
resultGeometryFactors
-
-
Constructor Details
-
ComplementTracer
-
-
Method Details
-
complement2Paths
public void complement2Paths(PathValues firstPath, int firstIndex, PathValues secondPath, int secondIndex, boolean adjoint, CombinedPathValues resultPath) -
traceComplement
public void traceComplement(PathValues startPath, int startIndex, PathValues complementPath, int complIndex, boolean adjoint, int direct) -
calculateGeometryfactor
public float calculateGeometryfactor(Environment env, int indexEnv, Environment env_prev, int indexEnvPrev, Vector3f vec)
-