We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1aa928 commit 4e41750Copy full SHA for 4e41750
1 file changed
README.md
@@ -139,11 +139,11 @@ Caso contrário, ele deve retornar a posição onde colidiu.
139
140
#### Método posicao_horizontal
141
142
-Fórmula X=X0+v*cos(teta)*delta_t.
+Fórmula X=X0+v\*cos(teta)\*delta_t.
143
144
#### Método posicao_vertical
145
146
-Fórmula Y=Y0+v*sen(teta)delta_t-(G*delta_t^2)/2.
+Fórmula Y=Y0+v\*sen(teta)delta_t-(G\*delta_t^2)/2.
147
148
149
## Classe Passaro Vermelho
0 commit comments