Search Results for

    Show / Hide Table of Contents

    Method Normalize

    Normalize()

    Converts the vector into a unit vector.

    Declaration
    public void Normalize()

    Normalize(Vector3)

    Converts the vector into a unit vector.

    Declaration
    public static Vector3 Normalize(Vector3 vector)
    Parameters
    Type Name Description
    Vector3 vector

    The vector to normalize.

    Returns
    Type Description
    Vector3

    The normalized vector.

    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX