Class Interpolation
Inheritance
Interpolation
Assembly: JeremyAnsel.LibNoiseShader.dll
Syntax
public static class Interpolation
Methods
|
Edit this page
View Source
Cubic(Float3, Float3, Float3, Float3, Float3)
Declaration
public static Float3 Cubic(Float3 n0, Float3 n1, Float3 n2, Float3 n3, Float3 a)
Parameters
Returns
|
Edit this page
View Source
Cubic(float, float, float, float, float)
Declaration
public static float Cubic(float n0, float n1, float n2, float n3, float a)
Parameters
Returns
|
Edit this page
View Source
CubicHlsl()
Declaration
public static string CubicHlsl()
Returns
|
Edit this page
View Source
Linear(Float3, Float3, Float3)
Declaration
public static Float3 Linear(Float3 n0, Float3 n1, Float3 a)
Parameters
Returns
|
Edit this page
View Source
Linear(byte, byte, byte)
Declaration
public static byte Linear(byte n0, byte n1, byte a)
Parameters
Returns
|
Edit this page
View Source
Linear(float, float, float)
Declaration
public static float Linear(float n0, float n1, float a)
Parameters
Returns
|
Edit this page
View Source
LinearHlsl()
Declaration
public static string LinearHlsl()
Returns
|
Edit this page
View Source
SCurve3(Float3)
Declaration
public static Float3 SCurve3(Float3 a)
Parameters
Type |
Name |
Description |
Float3 |
a |
|
Returns
|
Edit this page
View Source
SCurve3(float)
Declaration
public static float SCurve3(float a)
Parameters
Type |
Name |
Description |
float |
a |
|
Returns
|
Edit this page
View Source
SCurve3Hlsl()
Declaration
public static string SCurve3Hlsl()
Returns
|
Edit this page
View Source
SCurve5(Float3)
Declaration
public static Float3 SCurve5(Float3 a)
Parameters
Type |
Name |
Description |
Float3 |
a |
|
Returns
|
Edit this page
View Source
SCurve5(float)
Declaration
public static float SCurve5(float a)
Parameters
Type |
Name |
Description |
float |
a |
|
Returns
|
Edit this page
View Source
SCurve5Hlsl()
Declaration
public static string SCurve5Hlsl()
Returns