[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/Vector2.Perpendicular.html [Back]  [Original]

Unity - Scripting API: Vector2.Perpendicular
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    LanguageEnglish
    • C#

    Vector2.Perpendicular

    Suggest a change

    Success!

    Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

    Close

    Submission failed

    For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

    Close
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Declaration

    public static Vector2 Perpendicular(Vector2 inDirection);

    Parameters

    Parameter Description
    inDirection The input direction.

    Returns

    Vector2 The perpendicular direction.

    Description

    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.


    Web Proxy Viewer  |  New URL  |  Original Page