Procházet zdrojové kódy

Update math.adoc

Changed text note to Admonition.
mitm001 před 9 roky
rodič
revize
2899ba90e2
1 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. 5 1
      src/docs/asciidoc/jme3/intermediate/math.adoc

+ 5 - 1
src/docs/asciidoc/jme3/intermediate/math.adoc

@@ -10,7 +10,11 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 == Formulas
 
-Note: Typically you have to string these formulas together. Look in the table for what you want, and what you have. If the two are not the same line, than you need conversion steps inbetween. E.g. if you have an angle in degrees, but the formula expects radians: 1) convert degrees to radians, 2) use the radians formula on the result.
+[NOTE]
+====
+Typically you have to string these formulas together. Look in the table for what you want, and what you have. If the two are not the same line, than you need conversion steps inbetween. E.g. if you have an angle in degrees, but the formula expects radians: 1) convert degrees to radians, 2) use the radians formula on the result.
+====
+
 [cols="3", options="header"]
 |===