Vector(float, float, float)
vector Vector( float fX = 0.0f, float fY = 0.0f, float fZ = 0.0f );
Parameters
fX
3点のx地点。(デフォルト:0.0f)
fY
3点のy地点。(デフォルト:0.0f)
fZ
3点のz地点。(デフォルト:0.0f)
Description
fX、fYそしてfZの値で決定されるベクトルを返します。
Version
1.22
See Also
functions: | ActionJumpToLocation | AngleToVector | Location | VectorMagnitude | VectorNormalize | VectorToAngle |
categories: | Movement Functions |
author: Charles Feduke, JP team: Rainie
Send comments on this topic.