gpt4 book ai didi

c# - 将单个弧度值转换为矢量方向

转载 作者:行者123 更新时间:2023-11-30 15:08:10 25 4
gpt4 key购买 nike

我在 XNA 工作。

我有一个名为“Rotation”的浮点值。它从 -3.14 到 3.14。它指定 Sprite 的旋转。

我想使用此值生成一个 Vector,其值在 X 轴和 Y 轴上旋转。

例如,如果 Sprite 直接向右转,我想得到值(1, 0)。

如果它直接向上转动,我想要 (0, -1)。你明白了。

我该怎么做?

最佳答案

您使用正弦和余弦:

( Math.Cos(rotation), Math.Sin(rotation) )

关于c# - 将单个弧度值转换为矢量方向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5901117/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com