RealModulo function (math3dhelper.h)
Calculates the modular value between x and y.
Syntax
float RealModulo(
float x,
float y
);
Parameters
x
x-coordinate.
y
y-coordinate.
Return value
This function returns a float.
Requirements
Requirement | Value |
---|---|
Header | math3dhelper.h |