hello.py print("hello, world")
![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/bP1E6V/btrL7tHSNL5/tJ9qgPMi8u7yRY5UPlWOPK/img.png)
Visual studio code code.visualstudio.com https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com Download 클릭 사용하고 있는 OS system에 맞는 것을 찾아 다..
3차원 회전 변환 행렬 https://dev-sbee.tistory.com/30 (게임수학) 3차원 회전 변환 행렬 (유도하는 방법) 3차원 회전 변환 행렬 (유도하는 방법) 게임 프로그래밍을 포함한 3D 그래픽스에서 변환은 매우 중요한 개념이다. 최근에는 상용엔진이 많이 보급되어서 직접 변환값을 계산하지 않고 엔진에서 dev-sbee.tistory.com https://youtu.be/6FwQolijEzE 3차원 변환행렬을 이용한 3차원 포물선 그리기 3차원 포물선 그리기 3차원 포물선 그리기 가정 1. start point의 좌표(x1, y1, z1)는 (0,0,0)이다. 2. 3점을 지나는 포물선을 그린다. 포물선은 Script를 이용하였다. 3D View 정면도 평면도 측면도 2-1. 첨부한 파일..