| MaxPlus Python API Reference
    | 
 Inheritance diagram for Math:
 Inheritance diagram for Math:| Public Member Functions | |
| def | BasisFromZDir (*args) | 
| def | Bias (*args) | 
| def | BoxStep (*args) | 
| def | Clamp (*args) | 
| def | Gain (*args) | 
| def | Noise1 (*args) | 
| def | Noise2 (*args) | 
| def | Noise3 (*args) | 
| def | Noise3DS (*args) | 
| def | Noise4 (*args) | 
| def | SmoothStep (*args) | 
| def | SRamp (*args) | 
| def | Threshold (*args) | 
| def | Turbulence (*args) | 
Math utility functions.
| def BasisFromZDir | ( | * | args | ) | 
BasisFromZDir(Point3 zDir, Point3 xDir, Point3 yDir)
| def Bias | ( | * | args | ) | 
Bias(float a, float b) -> float
| def BoxStep | ( | * | args | ) | 
BoxStep(float a, float b, float x) -> float
| def Clamp | ( | * | args | ) | 
Clamp(float x, float a, float b) -> float
| def Gain | ( | * | args | ) | 
Gain(float a, float b) -> float
| def Noise1 | ( | * | args | ) | 
Noise1(float arg) -> float
| def Noise2 | ( | * | args | ) | 
Noise2(Point2 p) -> float
| def Noise3 | ( | * | args | ) | 
Noise3(Point3 p) -> float
| def Noise3DS | ( | * | args | ) | 
Noise3DS(Point3 p) -> float
| def Noise4 | ( | * | args | ) | 
Noise4(Point3 p, float time) -> float
| def SmoothStep | ( | * | args | ) | 
SmoothStep(float a, float b, float x) -> float
| def SRamp | ( | * | args | ) | 
SRamp(float x, float a, float b, float d) -> float
| def Threshold | ( | * | args | ) | 
Threshold(float x, float a, float b) -> float
| def Turbulence | ( | * | args | ) | 
Turbulence(Point3 p, float freq) -> float