docs.unity3d.com
Version: 

    Struct Point3

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Pixyz.Geom
    Syntax
    [Serializable]
    public struct Point3

    Constructors

    Point3(Point3)

    Declaration
    public Point3(Point3 o)
    Parameters
    Type Name Description
    Point3 o

    Fields

    x

    Declaration
    public double x
    Field Value
    Type Description
    double

    y

    Declaration
    public double y
    Field Value
    Type Description
    double

    z

    Declaration
    public double z
    Field Value
    Type Description
    double
    Version 2024.3.0.10
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX.