Vector3 三维向量

Struct

Representation of 3D vectors and points.

表示3D的向量和点。

This structure is used throughout Unity to pass 3D positions and directions around. It also contains functions for doing common vector operations.

这个结构用于在Unity传递3D位置和方向。它也包含做些普通向量运算的函数。

Besides the functions listed below, other classes can be used to manipulate vectors and points as well. For example the Quaternion and the Matrix4x4 classes are useful for rotating or transforming vectors and points.

除了下面列出的函数,其他类用于处理向量和点。例如QuaternionMatrix4x4类用于旋转或变换向量和点。

Variables变量

Constructors构造器

Functions函数

Class Variables类变量

Class Functions类函数

最后修改:2011年1月4日 Tuesday 21:50

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。