#include <stdlib.h>
#include <math.h>
#include <iostream>
#include <starter.h>
#include "affine_image_generator.h"
Go to the source code of this file.
Functions |
static int | min4 (int a, int b, int c, int d) |
static int | max4 (int a, int b, int c, int d) |
static float | min4 (float a, float b, float c, float d) |
static float | max4 (float a, float b, float c, float d) |
Variables |
static const int | prime = 307189 |
Function Documentation
static int max4 |
( |
int |
a, |
|
|
int |
b, |
|
|
int |
c, |
|
|
int |
d |
|
) |
| |
|
static |
static float max4 |
( |
float |
a, |
|
|
float |
b, |
|
|
float |
c, |
|
|
float |
d |
|
) |
| |
|
static |
static int min4 |
( |
int |
a, |
|
|
int |
b, |
|
|
int |
c, |
|
|
int |
d |
|
) |
| |
|
static |
static float min4 |
( |
float |
a, |
|
|
float |
b, |
|
|
float |
c, |
|
|
float |
d |
|
) |
| |
|
static |
Variable Documentation