Traducir "matrix routing api" a Coreano

Amosando 50 de 50 traducións da frase "matrix routing api" de Inglés a Coreano

Tradución de Inglés a Coreano de matrix routing api

Inglés
Coreano

EN To draw we'll make a function that takes a projection matrix and a camera matrix, computes the view matrix from the camera matrix and then draws the sphere and the cube

KO 그리기 위해 투영 행렬와 카메라 행렬을 가져와서, 카메라 행렬로 뷰 행렬을 계산한 다음, 구체와 큐브를 그리는 함를 만들겁니다.

Transliteración geuligi wihae tuyeong haenglyeol-wa kamela haenglyeol-eul gajyeowaseo, kamela haenglyeollo byu haenglyeol-eul gyesanhan da-eum, guchewa kyubeuleul geulineun hamsuleul mandeulgeobnida.

EN To draw we'll make a function that takes a projection matrix and a camera matrix, computes the view matrix from the camera matrix and then draws the sphere and the cube

KO 그리기 위해 투영 행렬와 카메라 행렬을 가져와서, 카메라 행렬로 뷰 행렬을 계산한 다음, 구체와 큐브를 그리는 함를 만들겁니다.

Transliteración geuligi wihae tuyeong haenglyeol-wa kamela haenglyeol-eul gajyeowaseo, kamela haenglyeollo byu haenglyeol-eul gyesanhan da-eum, guchewa kyubeuleul geulineun hamsuleul mandeulgeobnida.

EN *When using the Matrix Routing API, the number of routes calculated in each request = number of origins x number of destination

KO *Matrix Routing API사용하는 경우 각 요청에서 계산된 경로 = 원본 x 대상 입니다

Transliteración *Matrix Routing APIleul sayonghaneun gyeong-u gag yocheong-eseo gyesandoen gyeonglo su = wonbon su x daesang su-ibnida

Inglés Coreano
api api

EN Note that the matrix math library takes an optional destination matrix at the end of each matrix math function

KO 참고로 행렬 수학 라이브러리는 각 행렬 수학 함의 끝에서 선택적 대상 행렬사용합니다

Transliteración chamgolo haenglyeol suhag laibeuleolineun gag haenglyeol suhag hamsuui kkeut-eseo seontaegjeog daesang haenglyeol-eul sayonghabnida

EN Because our matrix library takes an optional destination matrix and because our matrices are just Float32Array views into the same larger Float32Array, when we're done all the matrix data is ready to upload to the GPU directly.

KO 행렬 라이브러리가 선택적 대상 행렬사용하고, 행렬은 Float32Array 뷰로 동일하게 더 큰 Float32Array일 뿐이기 때문에, 완료되면 모든 행렬 데이터는 GPU에 직접 업로드할 준비가 끝납니다.

Transliteración haenglyeol laibeuleoliga seontaegjeog daesang haenglyeol-eul sayonghago, haenglyeol-eun Float32Array byulo dong-ilhage deo keun Float32Arrayil ppun-igi ttaemun-e, wanlyodoemyeon modeun haenglyeol deiteoneun GPUe jigjeob eoblodeuhal junbiga kkeutnabnida.

Inglés Coreano
gpu gpu

EN This means the matrix attributes will use the first matrix for every vertex for the first instance, the second matrix for the second instance and so on.

KO 이는 matrix attribute가 첫 번째 instance에 대한 모든 정점에 대해 첫 번째 행렬을, 두 번째 instance에 대해 두 번째 행렬사용하는 식입니다.

Transliteración ineun matrix attributega cheos beonjjae instancee daehan modeun jeongjeom-e daehae cheos beonjjae haenglyeol-eul, du beonjjae instancee daehae du beonjjae haenglyeol-eul sayonghaneun sig-ibnida.

EN And to draw let's make a function we can pass a projection matrix, a camera matrix, and a world matrix

KO 그리기 위해 투영 행렬, 카메라 행렬, 월드 행렬을 전달할 있는 함를 만들어 보겠습니다.

Transliteración geuligi wihae tuyeong haenglyeol, kamela haenglyeol, woldeu haenglyeol-eul jeondalhal su issneun hamsuleul mandeul-eo bogessseubnida.

EN Note that the matrix math library takes an optional destination matrix at the end of each matrix math function

KO 참고로 행렬 수학 라이브러리는 각 행렬 수학 함의 끝에서 선택적 대상 행렬사용합니다

Transliteración chamgolo haenglyeol suhag laibeuleolineun gag haenglyeol suhag hamsuui kkeut-eseo seontaegjeog daesang haenglyeol-eul sayonghabnida

EN Because our matrix library takes an optional destination matrix and because our matrices are just Float32Array views into the same larger Float32Array, when we're done all the matrix data is ready to upload to the GPU directly.

KO 행렬 라이브러리가 선택적 대상 행렬사용하고, 행렬은 Float32Array 뷰로 동일하게 더 큰 Float32Array일 뿐이기 때문에, 완료되면 모든 행렬 데이터는 GPU에 직접 업로드할 준비가 끝납니다.

Transliteración haenglyeol laibeuleoliga seontaegjeog daesang haenglyeol-eul sayonghago, haenglyeol-eun Float32Array byulo dong-ilhage deo keun Float32Arrayil ppun-igi ttaemun-e, wanlyodoemyeon modeun haenglyeol deiteoneun GPUe jigjeob eoblodeuhal junbiga kkeutnabnida.

Inglés Coreano
gpu gpu

EN This means the matrix attributes will use the first matrix for every vertex for the first instance, the second matrix for the second instance and so on.

KO 이는 matrix 속성이 첫 번째 인스턴스에 대한 모든 정점에 대해 첫 번째 행렬을, 두 번째 인스턴스에 대해 두 번째 행렬사용하는 식입니다.

Transliteración ineun matrix sogseong-i cheos beonjjae inseuteonseue daehan modeun jeongjeom-e daehae cheos beonjjae haenglyeol-eul, du beonjjae inseuteonseue daehae du beonjjae haenglyeol-eul sayonghaneun sig-ibnida.

EN And to draw let's make a function we can pass a projection matrix, a camera matrix, and a world matrix

KO 그리기 위해 투영 행렬, 카메라 행렬, 월드 행렬을 전달할 있는 함를 만들어 보겠습니다.

Transliteración geuligi wihae tuyeong haenglyeol, kamela haenglyeol, woldeu haenglyeol-eul jeondalhal su issneun hamsuleul mandeul-eo bogessseubnida.

EN Note that the matrix math library takes an optional destination matrix at the end of each matrix math function

KO 참고로 행렬 수학 라이브러리는 각 행렬 수학 함의 끝에서 선택적 대상 행렬사용합니다

Transliteración chamgolo haenglyeol suhag laibeuleolineun gag haenglyeol suhag hamsuui kkeut-eseo seontaegjeog daesang haenglyeol-eul sayonghabnida

EN Because our matrix library takes an optional destination matrix and because our matrices are just Float32Array views into the same larger Float32Array, when we're done all the matrix data is ready to upload to the GPU directly.

KO 행렬 라이브러리가 선택적 대상 행렬사용하고, 행렬은 Float32Array 뷰로 동일하게 더 큰 Float32Array일 뿐이기 때문에, 완료되면 모든 행렬 데이터는 GPU에 직접 업로드할 준비가 끝납니다.

Transliteración haenglyeol laibeuleoliga seontaegjeog daesang haenglyeol-eul sayonghago, haenglyeol-eun Float32Array byulo dong-ilhage deo keun Float32Arrayil ppun-igi ttaemun-e, wanlyodoemyeon modeun haenglyeol deiteoneun GPUe jigjeob eoblodeuhal junbiga kkeutnabnida.

Inglés Coreano
gpu gpu

EN This means the matrix attributes will use the first matrix for every vertex for the first instance, the second matrix for the second instance and so on.

KO 이는 matrix 속성이 첫 번째 인스턴스에 대한 모든 정점에 대해 첫 번째 행렬을, 두 번째 인스턴스에 대해 두 번째 행렬사용하는 식입니다.

Transliteración ineun matrix sogseong-i cheos beonjjae inseuteonseue daehan modeun jeongjeom-e daehae cheos beonjjae haenglyeol-eul, du beonjjae inseuteonseue daehae du beonjjae haenglyeol-eul sayonghaneun sig-ibnida.

EN And to draw let's make a function we can pass a projection matrix, a camera matrix, and a world matrix

KO 그리기 위해 투영 행렬, 카메라 행렬, 월드 행렬을 전달할 있는 함를 만들어 보겠습니다.

Transliteración geuligi wihae tuyeong haenglyeol, kamela haenglyeol, woldeu haenglyeol-eul jeondalhal su issneun hamsuleul mandeul-eo bogessseubnida.

EN Advanced networking features, including HA/clustering, SD-WAN, dynamic routing, and virtual routing and forwarding.

KO HA/클러스터링, SD-WAN, 동적 라우팅, 가상 라우팅 및 전달을 포함한 고급 네트워킹 기능.

Transliteración HA/keulleoseuteoling, SD-WAN, dongjeog lauting, gasang lauting mich jeondal-eul pohamhan gogeub neteuwoking gineung.

EN Utilizing multiple high density routing layers, laser drilled blind, buried and stacked vias, and ultra fine line/space metallization, FCBGA substrates have the highest routing density available

KO 다층 고밀도 라우팅과 레이저로 형성된 블라인드/매립/적층 비아 및 초미세 라인/스페이스 금속화를 활용하여, FCBGA 기판은 최고의 라우팅 밀도를 제공합니다

Transliteración dacheung gomildo lauting-gwa leijeolo hyeongseongdoen beullaindeu/maelib/jeogcheung bia mich chomise lain/seupeiseu geumsoghwaleul hwal-yonghayeo, FCBGA gipan-eun choegoui lauting mildoleul jegonghabnida

EN Using the Amazon API Gateway console, you can define your REST API and its associated resources and methods, manage your API lifecycle, generate your client SDKs, and view API metrics.

KO Amazon API Gateway 콘솔을 사용하여 REST API 및 이와 관련된 리소스와 메서드를 정의하고, API 수명 주기를 관리하며, 클라이언트 SDK를 생성하고, API 지표를 볼 수 있습니다.

Transliteración Amazon API Gateway konsol-eul sayonghayeo REST API mich iwa gwanlyeondoen lisoseuwa meseodeuleul jeong-uihago, API sumyeong jugileul gwanlihamyeo, keullaieonteu SDKleul saengseonghago, API jipyoleul bol su issseubnida.

Inglés Coreano
amazon amazon
api api
sdks sdk

EN Introduce secure API gateways: Secure APIs increase authorization and routing visibility. By reducing exposed APIs, organizations can reduce surfaces of attacks.

KO 보안 API 게이트웨이 도입: 보안 API는 권한 부여 및 라우팅 가시성을 높여줍니다. 조직은 API 노출을 줄여, 공격 범위를 줄일 수 있습니다.

Transliteración boan API geiteuwei doib: boan APIneun gwonhan buyeo mich lauting gasiseong-eul nop-yeojubnida. jojig-eun API nochul-eul jul-yeo, gong-gyeog beom-wileul jul-il su issseubnida.

Inglés Coreano
apis api

EN API management enables enterprises or developers that publish or consume an API to monitor the interface's lifecycle and ensure that the API is performing as it was designed.

KO API 관리사용하면 API를 게시하거나 사용하는 기업 또는 개발자가 인터페이스명주기를 모니터링하고 API가 설계된대로 작동하는지 확인할 수 있습니다.

Transliteración API gwanlileul sayonghamyeon APIleul gesihageona sayonghaneun gieob ttoneun gaebaljaga inteopeiseuui sumyeongjugileul moniteolinghago APIga seolgyedoendaelo jagdonghaneunji hwag-inhal su issseubnida.

Inglés Coreano
api api

EN API analytics is the way to monitor and manage of all operational aspects of an API program. With API analytics, you can acquire a deeper understanding of the ongoing business and technical impact of your APIs.

KO API 분석은 API 프로그램모든 운영 측면을 모니터링하고 관리하는 방법입니다. API 분석을 통해 API의 지속적인 비즈니스 및 기술적 영향에 대해 더 깊이 이해할 수 있습니다.

Transliteración API bunseog-eun API peulogeulaem-ui modeun un-yeong cheugmyeon-eul moniteolinghago gwanlihaneun bangbeob-ibnida. API bunseog-eul tonghae APIui jisogjeog-in bijeuniseu mich gisuljeog yeonghyang-e daehae deo gip-i ihaehal su issseubnida.

Inglés Coreano
apis api

EN Amazon API Gateway allows you to process hundreds of thousands of concurrent API calls and handles traffic management, authorization and access control, monitoring, and API version management.

KO Amazon API Gateway를 통해 수십만 개의 동시 API 호출을 처리하고 트래픽 관리, 권한 부여 및 액세스 제어, 모니터링 및 API 버전 관리를 처리할 수 있습니다.

Transliteración Amazon API Gatewayleul tonghae susibman gaeui dongsi API hochul-eul cheolihago teulaepig gwanli, gwonhan buyeo mich aegseseu jeeo, moniteoling mich API beojeon gwanlileul cheolihal su issseubnida.

Inglés Coreano
amazon amazon
api api

EN API Gateway handles all the tasks involved in accepting and processing up to hundreds of thousands of concurrent API calls, including traffic management, authorization and access control, monitoring, and API version management

KO API Gateway는 트래픽 관리, 권한 부여 및 액세스 제어, 모니터링 및 API 버전 관리 등 최대 십만 개의 동시 API 호출을 신 및 처리하는 데 관계된 모든 작업을 처리합니다

Transliteración API Gatewayneun teulaepig gwanli, gwonhan buyeo mich aegseseu jeeo, moniteoling mich API beojeon gwanli deung choedae susibman gaeui dongsi API hochul-eul susin mich cheolihaneun de gwangyedoen modeun jag-eob-eul cheolihabnida

Inglés Coreano
api api

EN API Gateway also offers a serverless developer portal that enables API publishers to easily connect with API subscribers, as well as easily monitor, manage, and update their APIs.

KO API Gateway는 API 게시자가 쉽게 API 구독자와 연결하고 API를 쉽게 모니터링하고 관리하며 업데이트할 있도록 지원하는 서버리스 개발자 포털도 제공합니다.

Transliteración API Gatewayneun API gesijaga swibge API gudogjawa yeongyeolhago APIleul swibge moniteolinghago gwanlihamyeo eobdeiteuhal su issdolog jiwonhaneun seobeoliseu gaebalja poteoldo jegonghabnida.

Inglés Coreano
apis api

EN Amazon API Gateway lets you create API keys, set fine-grained access permissions on each API key, and distribute them to third-party developers to access your APIs

KO Amazon API Gateway에서 API 키를 생성하고, API 키별로 세부적인 액세스 권한을 설정하고, 타사 개발자가 API액세스 있도록 해당 키를 타사 개발자에게 배포할 수 있습니다

Transliteración Amazon API Gatewayeseo API kileul saengseonghago, API kibyeollo sebujeog-in aegseseu gwonhan-eul seoljeonghago, tasa gaebaljaga APIe aegseseuhal su issdolog haedang kileul tasa gaebalja-ege baepohal su issseubnida

Inglés Coreano
amazon amazon
apis api

EN More information about API management tools, API strategies, and developer resources can be found on the Amazon API Gateway resources page

KO API 관리 도구개발자 리소스에 대한 자세한 내용은 Amazon API Gateway 리소스 페이지에서 확인할 수 있습니다

Transliteración API gwanli dogu mich gaebalja lisoseue daehan jasehan naeyong-eun Amazon API Gateway lisoseu peijieseo hwag-inhal su issseubnida

Inglés Coreano
api api
amazon amazon

EN API monetization isn't just about how you are going to generate revenue via your API, it is also about how you will keep your API in operation and performing for consumers.

KO API 수익화를 실현하려면 단순히 API통해 수익을 창출하는 방법만이 아니라 API를 운영 환경에서 유지하고 사용자가 이를 활용할 있도록 하는 방법도 중요합니다.

Transliteración API su-ighwaleul silhyeonhalyeomyeon dansunhi APIleul tonghae su-ig-eul changchulhaneun bangbeobman-i anila APIleul un-yeong hwangyeong-eseo yujihago sayongjaga ileul hwal-yonghal su issdolog haneun bangbeobdo jung-yohabnida.

Inglés Coreano
api api

EN The Vimeo API is a powerful toolset that lets developers deeply integrate Vimeo into their apps and services. To get started with the API, you’ll need to create an API app and an authentication token. Visit our

KO Vimeo API개발자가 서비스에 Vimeo를 통합시킬 있는 강력한 도구 모음입니다. API를 시작하려면 API 앱과 인증 토큰을 만들어야 합니다. Vimeo의

Transliteración Vimeo APIneun gaebaljaga aebgwa seobiseue Vimeoleul tonghabsikil su issneun ganglyeoghan dogu mo-eum-ibnida. APIleul sijaghalyeomyeon API aebgwa injeung tokeun-eul mandeul-eoya habnida. Vimeoui

Inglés Coreano
api api

EN API management enables enterprises or developers that publish or consume an API to monitor the interface's lifecycle and ensure that the API is performing as it was designed.

KO API 관리사용하면 API를 게시하거나 사용하는 기업 또는 개발자가 인터페이스명주기를 모니터링하고 API가 설계된대로 작동하는지 확인할 수 있습니다.

Transliteración API gwanlileul sayonghamyeon APIleul gesihageona sayonghaneun gieob ttoneun gaebaljaga inteopeiseuui sumyeongjugileul moniteolinghago APIga seolgyedoendaelo jagdonghaneunji hwag-inhal su issseubnida.

Inglés Coreano
api api

EN API analytics is the way to monitor and manage of all operational aspects of an API program. With API analytics, you can acquire a deeper understanding of the ongoing business and technical impact of your APIs.

KO API 분석은 API 프로그램모든 운영 측면을 모니터링하고 관리하는 방법입니다. API 분석을 통해 API의 지속적인 비즈니스 및 기술적 영향에 대해 더 깊이 이해할 수 있습니다.

Transliteración API bunseog-eun API peulogeulaem-ui modeun un-yeong cheugmyeon-eul moniteolinghago gwanlihaneun bangbeob-ibnida. API bunseog-eul tonghae APIui jisogjeog-in bijeuniseu mich gisuljeog yeonghyang-e daehae deo gip-i ihaehal su issseubnida.

Inglés Coreano
apis api

EN (a) Abuse of the API or excessively frequent requests to Wufoo via the API may result in the temporary or permanent suspension of your access to the API

KO (a) API의 남용 또는 API를 통한 Wufoo에 대한 과도하게 빈번한 요청은 귀하의 API 액세스를 일시적 또는 영구적으로 정지시키는 결과를 가져올 수 있습니다

Transliteración (a) APIui nam-yong ttoneun APIleul tonghan Wufoo-e daehan gwadohage binbeonhan yocheong-eun gwihaui API aegseseuleul ilsijeog ttoneun yeong-gujeog-eulo jeongjisikineun gyeolgwaleul gajyeool su issseubnida

Inglés Coreano
api api

EN (a) Abuse of the API or excessively frequent requests to Wufoo via the API may result in the temporary or permanent suspension of your access to the API

KO (a) API의 남용 또는 API를 통한 Wufoo에 대한 과도하게 빈번한 요청은 귀하의 API 액세스를 일시적 또는 영구적으로 정지시키는 결과를 가져올 수 있습니다

Transliteración (a) APIui nam-yong ttoneun APIleul tonghan Wufoo-e daehan gwadohage binbeonhan yocheong-eun gwihaui API aegseseuleul ilsijeog ttoneun yeong-gujeog-eulo jeongjisikineun gyeolgwaleul gajyeool su issseubnida

Inglés Coreano
api api

EN (a) Abuse of the API or excessively frequent requests to Wufoo via the API may result in the temporary or permanent suspension of your access to the API

KO (a) API의 남용 또는 API를 통한 Wufoo에 대한 과도하게 빈번한 요청은 귀하의 API 액세스를 일시적 또는 영구적으로 정지시키는 결과를 가져올 수 있습니다

Transliteración (a) APIui nam-yong ttoneun APIleul tonghan Wufoo-e daehan gwadohage binbeonhan yocheong-eun gwihaui API aegseseuleul ilsijeog ttoneun yeong-gujeog-eulo jeongjisikineun gyeolgwaleul gajyeool su issseubnida

Inglés Coreano
api api

EN (a) Abuse of the API or excessively frequent requests to Wufoo via the API may result in the temporary or permanent suspension of your access to the API

KO (a) API의 남용 또는 API를 통한 Wufoo에 대한 과도하게 빈번한 요청은 귀하의 API 액세스를 일시적 또는 영구적으로 정지시키는 결과를 가져올 수 있습니다

Transliteración (a) APIui nam-yong ttoneun APIleul tonghan Wufoo-e daehan gwadohage binbeonhan yocheong-eun gwihaui API aegseseuleul ilsijeog ttoneun yeong-gujeog-eulo jeongjisikineun gyeolgwaleul gajyeool su issseubnida

Inglés Coreano
api api

EN (a) Abuse of the API or excessively frequent requests to Wufoo via the API may result in the temporary or permanent suspension of your access to the API

KO (a) API의 남용 또는 API를 통한 Wufoo에 대한 과도하게 빈번한 요청은 귀하의 API 액세스를 일시적 또는 영구적으로 정지시키는 결과를 가져올 수 있습니다

Transliteración (a) APIui nam-yong ttoneun APIleul tonghan Wufoo-e daehan gwadohage binbeonhan yocheong-eun gwihaui API aegseseuleul ilsijeog ttoneun yeong-gujeog-eulo jeongjisikineun gyeolgwaleul gajyeool su issseubnida

Inglés Coreano
api api

EN (a) Abuse of the API or excessively frequent requests to Wufoo via the API may result in the temporary or permanent suspension of your access to the API

KO (a) API의 남용 또는 API를 통한 Wufoo에 대한 과도하게 빈번한 요청은 귀하의 API 액세스를 일시적 또는 영구적으로 정지시키는 결과를 가져올 수 있습니다

Transliteración (a) APIui nam-yong ttoneun APIleul tonghan Wufoo-e daehan gwadohage binbeonhan yocheong-eun gwihaui API aegseseuleul ilsijeog ttoneun yeong-gujeog-eulo jeongjisikineun gyeolgwaleul gajyeool su issseubnida

Inglés Coreano
api api

EN (a) Abuse of the API or excessively frequent requests to Wufoo via the API may result in the temporary or permanent suspension of your access to the API

KO (a) API의 남용 또는 API를 통한 Wufoo에 대한 과도하게 빈번한 요청은 귀하의 API 액세스를 일시적 또는 영구적으로 정지시키는 결과를 가져올 수 있습니다

Transliteración (a) APIui nam-yong ttoneun APIleul tonghan Wufoo-e daehan gwadohage binbeonhan yocheong-eun gwihaui API aegseseuleul ilsijeog ttoneun yeong-gujeog-eulo jeongjisikineun gyeolgwaleul gajyeool su issseubnida

Inglés Coreano
api api

EN (a) Abuse of the API or excessively frequent requests to Wufoo via the API may result in the temporary or permanent suspension of your access to the API

KO (a) API의 남용 또는 API를 통한 Wufoo에 대한 과도하게 빈번한 요청은 귀하의 API 액세스를 일시적 또는 영구적으로 정지시키는 결과를 가져올 수 있습니다

Transliteración (a) APIui nam-yong ttoneun APIleul tonghan Wufoo-e daehan gwadohage binbeonhan yocheong-eun gwihaui API aegseseuleul ilsijeog ttoneun yeong-gujeog-eulo jeongjisikineun gyeolgwaleul gajyeool su issseubnida

Inglés Coreano
api api

EN (a) Abuse of the API or excessively frequent requests to Wufoo via the API may result in the temporary or permanent suspension of your access to the API

KO (a) API의 남용 또는 API를 통한 Wufoo에 대한 과도하게 빈번한 요청은 귀하의 API 액세스를 일시적 또는 영구적으로 정지시키는 결과를 가져올 수 있습니다

Transliteración (a) APIui nam-yong ttoneun APIleul tonghan Wufoo-e daehan gwadohage binbeonhan yocheong-eun gwihaui API aegseseuleul ilsijeog ttoneun yeong-gujeog-eulo jeongjisikineun gyeolgwaleul gajyeool su issseubnida

Inglés Coreano
api api

EN (a) Abuse of the API or excessively frequent requests to Wufoo via the API may result in the temporary or permanent suspension of your access to the API

KO (a) API의 남용 또는 API를 통한 Wufoo에 대한 과도하게 빈번한 요청은 귀하의 API 액세스를 일시적 또는 영구적으로 정지시키는 결과를 가져올 수 있습니다

Transliteración (a) APIui nam-yong ttoneun APIleul tonghan Wufoo-e daehan gwadohage binbeonhan yocheong-eun gwihaui API aegseseuleul ilsijeog ttoneun yeong-gujeog-eulo jeongjisikineun gyeolgwaleul gajyeool su issseubnida

Inglés Coreano
api api

EN (a) Abuse of the API or excessively frequent requests to Wufoo via the API may result in the temporary or permanent suspension of your access to the API

KO (a) API의 남용 또는 API를 통한 Wufoo에 대한 과도하게 빈번한 요청은 귀하의 API 액세스를 일시적 또는 영구적으로 정지시키는 결과를 가져올 수 있습니다

Transliteración (a) APIui nam-yong ttoneun APIleul tonghan Wufoo-e daehan gwadohage binbeonhan yocheong-eun gwihaui API aegseseuleul ilsijeog ttoneun yeong-gujeog-eulo jeongjisikineun gyeolgwaleul gajyeool su issseubnida

Inglés Coreano
api api

EN (a) Abuse of the API or excessively frequent requests to Wufoo via the API may result in the temporary or permanent suspension of your access to the API

KO (a) API의 남용 또는 API를 통한 Wufoo에 대한 과도하게 빈번한 요청은 귀하의 API 액세스를 일시적 또는 영구적으로 정지시키는 결과를 가져올 수 있습니다

Transliteración (a) APIui nam-yong ttoneun APIleul tonghan Wufoo-e daehan gwadohage binbeonhan yocheong-eun gwihaui API aegseseuleul ilsijeog ttoneun yeong-gujeog-eulo jeongjisikineun gyeolgwaleul gajyeool su issseubnida

Inglés Coreano
api api

EN (a) Abuse of the API or excessively frequent requests to Wufoo via the API may result in the temporary or permanent suspension of your access to the API

KO (a) API의 남용 또는 API를 통한 Wufoo에 대한 과도하게 빈번한 요청은 귀하의 API 액세스를 일시적 또는 영구적으로 정지시키는 결과를 가져올 수 있습니다

Transliteración (a) APIui nam-yong ttoneun APIleul tonghan Wufoo-e daehan gwadohage binbeonhan yocheong-eun gwihaui API aegseseuleul ilsijeog ttoneun yeong-gujeog-eulo jeongjisikineun gyeolgwaleul gajyeool su issseubnida

Inglés Coreano
api api

EN A convolution kernel is just a 3x3 matrix where each entry in the matrix represents how much to multiply the 8 pixels around the pixel we are rendering

KO Convolution kernel은 행렬의 각 항목이 렌더링하는 픽셀 주변에 있는 8개의 픽셀에 얼마나 곱할지 나타내는 3x3 행렬입니다

Transliteración Convolution kernel-eun haenglyeol-ui gag hangmog-i lendeolinghaneun pigsel jubyeon-e issneun 8gaeui pigsel-e eolmana gobhalji natanaeneun 3x3 haenglyeol-ibnida

EN Why is the fact that WebGL automatically divides by W useful? Because now, using more matrix magic, we can just use yet another matrix to copy z to w.

KO WebGL이 자동으로 W로 나눈다는 사실이 유용한 이유는 뭘까요? 그 이유는 이제 더 많은 행렬사용하여 z를 w에 복사하기 위해 또 다른 행렬사용 있기 때문입니다.

Transliteración WebGLi jadong-eulo Wlo nanundaneun sasil-i yuyonghan iyuneun mwolkkayo? geu iyuneun ije deo manh-eun haenglyeol-eul sayonghayeo zleul we bogsahagi wihae tto daleun haenglyeol-eul sayonghal su issgi ttaemun-ibnida.

EN If you go back to the 2D matrix math you might remember we multiply lots of matrices in order to translate, rotate, and scale objects. A scene graph provides a structure to help decide what matrix math to apply to an object.

KO 2D 행렬 수학으로 돌아가보면 translate, rotate, scale을 하기 위한 많은 행렬을 객체에 곱한 걸 기억하실 겁니다. 장면 그래프는 객체에 어떤 행렬 수식을 적용할지 도와주는 구조를 제공합니다.

Transliteración 2D haenglyeol suhag-eulo dol-agabomyeon translate, rotate, scaleeul hagi wihan manh-eun haenglyeol-eul gaegchee gobhan geol gieoghasil geobnida. jangmyeon geulaepeuneun gaegchee eotteon haenglyeol susig-eul jeog-yonghalji dowajuneun gujoleul jegonghabnida.

EN Of course you don't have to use lookAt. You can make a world matrix anyway you choose, for example using a scene graph or matrix stack.

KO 물론 꼭 lookAt을 사용하지 않아도 됩니다. 예를 들어 장면 그래프나 행렬 스택을 사용하여 원하는대로 world matrix를 만들 수 있습니다.

Transliteración mullon kkog lookAteul sayonghaji anh-ado doebnida. yeleul deul-eo jangmyeon geulaepeuna haenglyeol seutaeg-eul sayonghayeo wonhaneundaelo world matrixleul mandeul su issseubnida.

EN From that we multiply with the projection matrix, take the inverse, and then set the matrix.

KO 거기에 projection matrix를 곱하고, 역행렬로 만든 다음, 행렬을 설정합니다.

Transliteración geogie projection matrixleul gobhago, yeoghaenglyeollo mandeun da-eum, haenglyeol-eul seoljeonghabnida.

EN To draw first we use the shader program, then setup the attribute, and then loop over the 5 instances, computing a new matrix for each one, setting the matrix uniform and color and then drawing.

KO 그리기 위해서는 먼저 shader program을 사용해서, attribute를 설정하고, 5개의 instance를 반복한 다음, 각각에 대한 새로운 행렬을 계산하고, 행렬의 uniform과 색상을 설정 후 그립니다.

Transliteración geuligi wihaeseoneun meonjeo shader program-eul sayonghaeseo, attributeleul seoljeonghago, 5gaeui instanceleul banboghan da-eum, gaggag-e daehan saeloun haenglyeol-eul gyesanhago, haenglyeol-ui uniformgwa saegsang-eul seoljeong hu geulibnida.

EN At draw time instead of looping over each instance, setting the matrix and color uniforms, and then calling draw we'll first compute the matrix for each instance.

KO 그릴 때 각 instance를 순환하는 대신, 행렬과 색상 uniform을 설정한 다음, 그리기를 호출하기 전에 각 instance에 대한 행렬을 먼저 계산할 겁니다.

Transliteración geulil ttae gag instanceleul sunhwanhaneun daesin, haenglyeolgwa saegsang uniformeul seoljeonghan da-eum, geuligileul hochulhagi jeon-e gag instancee daehan haenglyeol-eul meonjeo gyesanhal geobnida.

Amosando 50 de 50 traducións