Search Results for

    Show / Hide Table of Contents

    Class QuaternionUtil

    Inheritance
    System.Object
    QuaternionUtil
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: PLATEAU.Util
    Assembly: cs.temp.dll.dll
    Syntax
    public static class QuaternionUtil

    Methods

    IsNaNOrInfinity(Quaternion)

    Quaternionの各要素がNaNもしくはInfinityかどうかチェック

    Declaration
    public static bool IsNaNOrInfinity(this Quaternion q)
    Parameters
    Type Name Description
    Quaternion q
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top PLATEAU SDK for Unity