docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MathExtensions

    Extend Unity mathematics structs.

    Inheritance
    object
    MathExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.HighPrecision.Runtime
    Assembly: Unity.Cloud.HighPrecision.Runtime.dll
    Syntax
    public static class MathExtensions

    Methods

    ToVector3(double3)

    Convert a double3 instance to a Unity Vector3 instance.

    Declaration
    public static Vector3 ToVector3(this double3 vector)
    Parameters
    Type Name Description
    double3 vector

    Point to convert.

    Returns
    Type Description
    Vector3

    The convert point.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)