coordinate space:坐标空间。指用一组(或多组)坐标系(如二维/三维笛卡尔坐标、极坐标等)来表示点的位置与几何关系的抽象空间。在数学、物理、计算机图形学与数据分析中常用。(也可泛指“在某种坐标系下的空间表示”。)
In a 2D coordinate space, a point can be written as (x, y).
在二维坐标空间中,一个点可以写成 (x, y)。
To rotate the model correctly, first convert the vertices from world coordinate space into the camera’s coordinate space.
要正确旋转模型,先把顶点从世界坐标空间转换到相机坐标空间。
/koʊˈɔːrdɪnət speɪs/
coordinate 来自拉丁语 *co-*(“共同”)+ ordinare(“安排、排序”),引申为“把事物按某种规则对应/排列”,在数学里指“用数值来对应位置”。space 源自拉丁语 spatium(“距离、范围、空间”)。合起来 coordinate space 就是“用坐标来组织与描述的空间”。