Hanrahan–Krueger (Specular Reflection Texture Mapping): Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Time Complexity == $O(n^{2} logn)$ == Space Complexity == () == Description == == Approximate? == Approximate Approximation Factor: == Randomized? == No, deterministic == Model of Computation == == Year == 1995 == Reference ==") |
No edit summary |
||
Line 1: | Line 1: | ||
== Time Complexity == | == Time Complexity == | ||
$O(n^{2} | $O(n^{2} \log n)$ | ||
== Space Complexity == | == Space Complexity == |
Latest revision as of 08:37, 10 April 2023
Time Complexity
$O(n^{2} \log n)$
Space Complexity
()
Description
Approximate?
Approximate
Approximation Factor:
Randomized?
No, deterministic
Model of Computation
Year
1995