TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum Tinman.Noise.Scalar.OpCode

Short Name:
  • enum Scalar.OpCode

Binary and unary operators for scalar noise functions.

Items

The following table lists all iemts of this enum type, including their string tags (if defined).

Enumeration Item
Abs  

| a |

Add  

a + b

Atan  

atan(a)

Div  

a / b

Log  

log(a)

Max  

max(a, b)

Min  

min(a, b)

Mul  

a * b

Neg  

-a

Pow  

a ^ b

Recip  

1 / a

Sin  

sin(a)

Sqr  

a * a

Sqrt  

a ^ 0.5

Sub  

a - b

Usages

The following table shows all usages of this config type.

Used By: