Version: 2020.1
언어: 한국어
public static Vector2 Perpendicular (Vector2 inDirection);

파라미터

inDirection The input direction.

반환

Vector2 The perpendicular direction.

설명

Returns the 2D vector perpendicular to this 2D vector. The result is always rotated 90-degrees in a counter-clockwise direction for a 2D coordinate system where the positive Y axis goes up.