Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |