Realtime Fractal Renderer Documentation
complex.cl File Reference

Go to the source code of this file.

Data Structures

struct  Complex
 Partially implemented complex numbers type. More...
 

Functions

Complex add (const Complex a, const Complex b)
 
Complex subtract (const Complex a, const Complex b)
 
Complex multiply (const Complex a, const Complex b)
 

Function Documentation

◆ add()

Complex add ( const Complex  a,
const Complex  b 
)

Definition at line 16 of file complex.cl.

◆ multiply()

Complex multiply ( const Complex  a,
const Complex  b 
)

Definition at line 32 of file complex.cl.

◆ subtract()

Complex subtract ( const Complex  a,
const Complex  b 
)

Definition at line 24 of file complex.cl.