Photon Engine
2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
TMathFunction2D.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
ph::math
4
{
5
6
template
<
typename
Value>
7
class
TMathFunction2D
8
{
9
public
:
10
virtual
~TMathFunction2D
() =
default
;
11
12
virtual
Value
evaluate
(Value x, Value y)
const
= 0;
13
};
14
15
}
// end namespace ph::math
ph::math::TMathFunction2D
Definition
TMathFunction2D.h:8
ph::math::TMathFunction2D::~TMathFunction2D
virtual ~TMathFunction2D()=default
ph::math::TMathFunction2D::evaluate
virtual Value evaluate(Value x, Value y) const =0
ph::math
Math functions and utilities.
Definition
TransformInfo.h:10
Source
Math
Function
TMathFunction2D.h
Generated by
1.11.0