TriLib Exporter
Search Results for

    Show / Hide Table of Contents

    Class QuaternionExtensions

    Represents a series of Quaternion utility methods.

    Inheritance
    object
    QuaternionExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TriLibExporter
    Assembly: Assembly-CSharp.dll
    Syntax
    public static class QuaternionExtensions

    Methods

    IsInvalid(Quaternion)

    Checks if the given Quaternion is invalid.

    Declaration
    public static bool IsInvalid(this Quaternion quaternion)
    Parameters
    Type Name Description
    Quaternion quaternion

    Quaternion to be checked.

    Returns
    Type Description
    bool

    true if the Quaternion is invalid; otherwise, false.

    In this article
    Back to top Generated by DocFX