Updated raylib libc dependency (markdown)

master
Ray 4 년 전
부모
커밋
b14047e440
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      raylib-libc-dependency.md

+ 1
- 2
raylib-libc-dependency.md

@ -41,8 +41,7 @@ While working on **raylib 3.0** I took some time to analyze that dependency in d
| :----: | --------------- | ----------------- | | :----: | --------------- | ----------------- |
| models, shapes, camera | sinf(), asinf(), cosf()<br>acosf(), sqrtf(), atan2f() | *several funcs.* | | models, shapes, camera | sinf(), asinf(), cosf()<br>acosf(), sqrtf(), atan2f() | *several funcs.* |
| raymath | sinf(), cosf(), acosf(), tan()<br>fabs(), sqrtf(), fminf(), fmaxf() | *several funcs.* | | raymath | sinf(), cosf(), acosf(), tan()<br>fabs(), sqrtf(), fminf(), fmaxf() | *several funcs.* |
| core | tan() | BeginMode3D() |
| rlgl | atan2() | SetVrConfiguration() |
| core | tan(), atan2() | BeginMode3D(), InitVrSimulator() |
| text | sqrtf() | GenImageFontAtlas() | | text | sqrtf() | GenImageFontAtlas() |
### stdarg.h ### stdarg.h

불러오는 중...
취소
저장