Files
XCEngine/docs/api/math/vector3/up.md
2026-03-20 02:35:15 +08:00

360 B

Vector3::Up

static Vector3 Up()

返回上方向向量 (0, 1, 0)。

参数:

返回: Vector3 - 值为 (0, 1, 0) 的向量

线程安全:

复杂度: O(1)

示例:

Vector3 up = Vector3::Up();

相关文档