Função RealModulo (math3dhelper.h)
Calcula o valor modular entre x e y.
Sintaxe
float RealModulo(
float x,
float y
);
Parâmetros
x
Coordenada x.
y
Coordenada y.
Retornar valor
Essa função retorna um float.
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | math3dhelper.h |