Struct double3 | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct double3

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Unity.Mathematics
    Syntax
    [Serializable]
    public struct double3 : IEquatable<double3>, IFormattable

    Constructors

    double3(Boolean)

    Constructs a double3 vector from a single bool value by converting it to double and assigning it to every component.

    Declaration
    public double3(bool v)
    Parameters
    Type Name Description
    System.Boolean v

    double3(Double)

    Constructs a double3 vector from a single double value by assigning it to every component.

    Declaration
    public double3(double v)
    Parameters
    Type Name Description
    System.Double v

    double3(Double, Double, Double)

    Constructs a double3 vector from three double values.

    Declaration
    public double3(double x, double y, double z)
    Parameters
    Type Name Description
    System.Double x
    System.Double y
    System.Double z

    double3(Double, double2)

    Constructs a double3 vector from a double value and a double2 vector.

    Declaration
    public double3(double x, double2 yz)
    Parameters
    Type Name Description
    System.Double x
    double2 yz

    double3(Int32)

    Constructs a double3 vector from a single int value by converting it to double and assigning it to every component.

    Declaration
    public double3(int v)
    Parameters
    Type Name Description
    System.Int32 v

    double3(Single)

    Constructs a double3 vector from a single float value by converting it to double and assigning it to every component.

    Declaration
    public double3(float v)
    Parameters
    Type Name Description
    System.Single v

    double3(UInt32)

    Constructs a double3 vector from a single uint value by converting it to double and assigning it to every component.

    Declaration
    public double3(uint v)
    Parameters
    Type Name Description
    System.UInt32 v

    double3(bool3)

    Constructs a double3 vector from a bool3 vector by componentwise conversion.

    Declaration
    public double3(bool3 v)
    Parameters
    Type Name Description
    bool3 v

    double3(double2, Double)

    Constructs a double3 vector from a double2 vector and a double value.

    Declaration
    public double3(double2 xy, double z)
    Parameters
    Type Name Description
    double2 xy
    System.Double z

    double3(double3)

    Constructs a double3 vector from a double3 vector.

    Declaration
    public double3(double3 xyz)
    Parameters
    Type Name Description
    double3 xyz

    double3(float3)

    Constructs a double3 vector from a float3 vector by componentwise conversion.

    Declaration
    public double3(float3 v)
    Parameters
    Type Name Description
    float3 v

    double3(int3)

    Constructs a double3 vector from a int3 vector by componentwise conversion.

    Declaration
    public double3(int3 v)
    Parameters
    Type Name Description
    int3 v

    double3(uint3)

    Constructs a double3 vector from a uint3 vector by componentwise conversion.

    Declaration
    public double3(uint3 v)
    Parameters
    Type Name Description
    uint3 v

    Fields

    x

    Declaration
    public double x
    Field Value
    Type Description
    System.Double

    y

    Declaration
    public double y
    Field Value
    Type Description
    System.Double

    z

    Declaration
    public double z
    Field Value
    Type Description
    System.Double

    zero

    double3 zero value.

    Declaration
    public static readonly double3 zero
    Field Value
    Type Description
    double3

    Properties

    Item[Int32]

    Returns the double element at a specified index.

    Declaration
    public double this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    System.Double

    xx

    Declaration
    public double2 xx { get; }
    Property Value
    Type Description
    double2

    xxx

    Declaration
    public double3 xxx { get; }
    Property Value
    Type Description
    double3

    xxxx

    Declaration
    public double4 xxxx { get; }
    Property Value
    Type Description
    double4

    xxxy

    Declaration
    public double4 xxxy { get; }
    Property Value
    Type Description
    double4

    xxxz

    Declaration
    public double4 xxxz { get; }
    Property Value
    Type Description
    double4

    xxy

    Declaration
    public double3 xxy { get; }
    Property Value
    Type Description
    double3

    xxyx

    Declaration
    public double4 xxyx { get; }
    Property Value
    Type Description
    double4

    xxyy

    Declaration
    public double4 xxyy { get; }
    Property Value
    Type Description
    double4

    xxyz

    Declaration
    public double4 xxyz { get; }
    Property Value
    Type Description
    double4

    xxz

    Declaration
    public double3 xxz { get; }
    Property Value
    Type Description
    double3

    xxzx

    Declaration
    public double4 xxzx { get; }
    Property Value
    Type Description
    double4

    xxzy

    Declaration
    public double4 xxzy { get; }
    Property Value
    Type Description
    double4

    xxzz

    Declaration
    public double4 xxzz { get; }
    Property Value
    Type Description
    double4

    xy

    Declaration
    public double2 xy { get; set; }
    Property Value
    Type Description
    double2

    xyx

    Declaration
    public double3 xyx { get; }
    Property Value
    Type Description
    double3

    xyxx

    Declaration
    public double4 xyxx { get; }
    Property Value
    Type Description
    double4

    xyxy

    Declaration
    public double4 xyxy { get; }
    Property Value
    Type Description
    double4

    xyxz

    Declaration
    public double4 xyxz { get; }
    Property Value
    Type Description
    double4

    xyy

    Declaration
    public double3 xyy { get; }
    Property Value
    Type Description
    double3

    xyyx

    Declaration
    public double4 xyyx { get; }
    Property Value
    Type Description
    double4

    xyyy

    Declaration
    public double4 xyyy { get; }
    Property Value
    Type Description
    double4

    xyyz

    Declaration
    public double4 xyyz { get; }
    Property Value
    Type Description
    double4

    xyz

    Declaration
    public double3 xyz { get; set; }
    Property Value
    Type Description
    double3

    xyzx

    Declaration
    public double4 xyzx { get; }
    Property Value
    Type Description
    double4

    xyzy

    Declaration
    public double4 xyzy { get; }
    Property Value
    Type Description
    double4

    xyzz

    Declaration
    public double4 xyzz { get; }
    Property Value
    Type Description
    double4

    xz

    Declaration
    public double2 xz { get; set; }
    Property Value
    Type Description
    double2

    xzx

    Declaration
    public double3 xzx { get; }
    Property Value
    Type Description
    double3

    xzxx

    Declaration
    public double4 xzxx { get; }
    Property Value
    Type Description
    double4

    xzxy

    Declaration
    public double4 xzxy { get; }
    Property Value
    Type Description
    double4

    xzxz

    Declaration
    public double4 xzxz { get; }
    Property Value
    Type Description
    double4

    xzy

    Declaration
    public double3 xzy { get; set; }
    Property Value
    Type Description
    double3

    xzyx

    Declaration
    public double4 xzyx { get; }
    Property Value
    Type Description
    double4

    xzyy

    Declaration
    public double4 xzyy { get; }
    Property Value
    Type Description
    double4

    xzyz

    Declaration
    public double4 xzyz { get; }
    Property Value
    Type Description
    double4

    xzz

    Declaration
    public double3 xzz { get; }
    Property Value
    Type Description
    double3

    xzzx

    Declaration
    public double4 xzzx { get; }
    Property Value
    Type Description
    double4

    xzzy

    Declaration
    public double4 xzzy { get; }
    Property Value
    Type Description
    double4

    xzzz

    Declaration
    public double4 xzzz { get; }
    Property Value
    Type Description
    double4

    yx

    Declaration
    public double2 yx { get; set; }
    Property Value
    Type Description
    double2

    yxx

    Declaration
    public double3 yxx { get; }
    Property Value
    Type Description
    double3

    yxxx

    Declaration
    public double4 yxxx { get; }
    Property Value
    Type Description
    double4

    yxxy

    Declaration
    public double4 yxxy { get; }
    Property Value
    Type Description
    double4

    yxxz

    Declaration
    public double4 yxxz { get; }
    Property Value
    Type Description
    double4

    yxy

    Declaration
    public double3 yxy { get; }
    Property Value
    Type Description
    double3

    yxyx

    Declaration
    public double4 yxyx { get; }
    Property Value
    Type Description
    double4

    yxyy

    Declaration
    public double4 yxyy { get; }
    Property Value
    Type Description
    double4

    yxyz

    Declaration
    public double4 yxyz { get; }
    Property Value
    Type Description
    double4

    yxz

    Declaration
    public double3 yxz { get; set; }
    Property Value
    Type Description
    double3

    yxzx

    Declaration
    public double4 yxzx { get; }
    Property Value
    Type Description
    double4

    yxzy

    Declaration
    public double4 yxzy { get; }
    Property Value
    Type Description
    double4

    yxzz

    Declaration
    public double4 yxzz { get; }
    Property Value
    Type Description
    double4

    yy

    Declaration
    public double2 yy { get; }
    Property Value
    Type Description
    double2

    yyx

    Declaration
    public double3 yyx { get; }
    Property Value
    Type Description
    double3

    yyxx

    Declaration
    public double4 yyxx { get; }
    Property Value
    Type Description
    double4

    yyxy

    Declaration
    public double4 yyxy { get; }
    Property Value
    Type Description
    double4

    yyxz

    Declaration
    public double4 yyxz { get; }
    Property Value
    Type Description
    double4

    yyy

    Declaration
    public double3 yyy { get; }
    Property Value
    Type Description
    double3

    yyyx

    Declaration
    public double4 yyyx { get; }
    Property Value
    Type Description
    double4

    yyyy

    Declaration
    public double4 yyyy { get; }
    Property Value
    Type Description
    double4

    yyyz

    Declaration
    public double4 yyyz { get; }
    Property Value
    Type Description
    double4

    yyz

    Declaration
    public double3 yyz { get; }
    Property Value
    Type Description
    double3

    yyzx

    Declaration
    public double4 yyzx { get; }
    Property Value
    Type Description
    double4

    yyzy

    Declaration
    public double4 yyzy { get; }
    Property Value
    Type Description
    double4

    yyzz

    Declaration
    public double4 yyzz { get; }
    Property Value
    Type Description
    double4

    yz

    Declaration
    public double2 yz { get; set; }
    Property Value
    Type Description
    double2

    yzx

    Declaration
    public double3 yzx { get; set; }
    Property Value
    Type Description
    double3

    yzxx

    Declaration
    public double4 yzxx { get; }
    Property Value
    Type Description
    double4

    yzxy

    Declaration
    public double4 yzxy { get; }
    Property Value
    Type Description
    double4

    yzxz

    Declaration
    public double4 yzxz { get; }
    Property Value
    Type Description
    double4

    yzy

    Declaration
    public double3 yzy { get; }
    Property Value
    Type Description
    double3

    yzyx

    Declaration
    public double4 yzyx { get; }
    Property Value
    Type Description
    double4

    yzyy

    Declaration
    public double4 yzyy { get; }
    Property Value
    Type Description
    double4

    yzyz

    Declaration
    public double4 yzyz { get; }
    Property Value
    Type Description
    double4

    yzz

    Declaration
    public double3 yzz { get; }
    Property Value
    Type Description
    double3

    yzzx

    Declaration
    public double4 yzzx { get; }
    Property Value
    Type Description
    double4

    yzzy

    Declaration
    public double4 yzzy { get; }
    Property Value
    Type Description
    double4

    yzzz

    Declaration
    public double4 yzzz { get; }
    Property Value
    Type Description
    double4

    zx

    Declaration
    public double2 zx { get; set; }
    Property Value
    Type Description
    double2

    zxx

    Declaration
    public double3 zxx { get; }
    Property Value
    Type Description
    double3

    zxxx

    Declaration
    public double4 zxxx { get; }
    Property Value
    Type Description
    double4

    zxxy

    Declaration
    public double4 zxxy { get; }
    Property Value
    Type Description
    double4

    zxxz

    Declaration
    public double4 zxxz { get; }
    Property Value
    Type Description
    double4

    zxy

    Declaration
    public double3 zxy { get; set; }
    Property Value
    Type Description
    double3

    zxyx

    Declaration
    public double4 zxyx { get; }
    Property Value
    Type Description
    double4

    zxyy

    Declaration
    public double4 zxyy { get; }
    Property Value
    Type Description
    double4

    zxyz

    Declaration
    public double4 zxyz { get; }
    Property Value
    Type Description
    double4

    zxz

    Declaration
    public double3 zxz { get; }
    Property Value
    Type Description
    double3

    zxzx

    Declaration
    public double4 zxzx { get; }
    Property Value
    Type Description
    double4

    zxzy

    Declaration
    public double4 zxzy { get; }
    Property Value
    Type Description
    double4

    zxzz

    Declaration
    public double4 zxzz { get; }
    Property Value
    Type Description
    double4

    zy

    Declaration
    public double2 zy { get; set; }
    Property Value
    Type Description
    double2

    zyx

    Declaration
    public double3 zyx { get; set; }
    Property Value
    Type Description
    double3

    zyxx

    Declaration
    public double4 zyxx { get; }
    Property Value
    Type Description
    double4

    zyxy

    Declaration
    public double4 zyxy { get; }
    Property Value
    Type Description
    double4

    zyxz

    Declaration
    public double4 zyxz { get; }
    Property Value
    Type Description
    double4

    zyy

    Declaration
    public double3 zyy { get; }
    Property Value
    Type Description
    double3

    zyyx

    Declaration
    public double4 zyyx { get; }
    Property Value
    Type Description
    double4

    zyyy

    Declaration
    public double4 zyyy { get; }
    Property Value
    Type Description
    double4

    zyyz

    Declaration
    public double4 zyyz { get; }
    Property Value
    Type Description
    double4

    zyz

    Declaration
    public double3 zyz { get; }
    Property Value
    Type Description
    double3

    zyzx

    Declaration
    public double4 zyzx { get; }
    Property Value
    Type Description
    double4

    zyzy

    Declaration
    public double4 zyzy { get; }
    Property Value
    Type Description
    double4

    zyzz

    Declaration
    public double4 zyzz { get; }
    Property Value
    Type Description
    double4

    zz

    Declaration
    public double2 zz { get; }
    Property Value
    Type Description
    double2

    zzx

    Declaration
    public double3 zzx { get; }
    Property Value
    Type Description
    double3

    zzxx

    Declaration
    public double4 zzxx { get; }
    Property Value
    Type Description
    double4

    zzxy

    Declaration
    public double4 zzxy { get; }
    Property Value
    Type Description
    double4

    zzxz

    Declaration
    public double4 zzxz { get; }
    Property Value
    Type Description
    double4

    zzy

    Declaration
    public double3 zzy { get; }
    Property Value
    Type Description
    double3

    zzyx

    Declaration
    public double4 zzyx { get; }
    Property Value
    Type Description
    double4

    zzyy

    Declaration
    public double4 zzyy { get; }
    Property Value
    Type Description
    double4

    zzyz

    Declaration
    public double4 zzyz { get; }
    Property Value
    Type Description
    double4

    zzz

    Declaration
    public double3 zzz { get; }
    Property Value
    Type Description
    double3

    zzzx

    Declaration
    public double4 zzzx { get; }
    Property Value
    Type Description
    double4

    zzzy

    Declaration
    public double4 zzzy { get; }
    Property Value
    Type Description
    double4

    zzzz

    Declaration
    public double4 zzzz { get; }
    Property Value
    Type Description
    double4

    Methods

    Equals(Object)

    Returns true if the double3 is equal to a given double3, false otherwise.

    Declaration
    public override bool Equals(object o)
    Parameters
    Type Name Description
    System.Object o
    Returns
    Type Description
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)

    Equals(double3)

    Returns true if the double3 is equal to a given double3, false otherwise.

    Declaration
    public bool Equals(double3 rhs)
    Parameters
    Type Name Description
    double3 rhs
    Returns
    Type Description
    System.Boolean
    Implements
    System.IEquatable<T>.Equals(T)

    GetHashCode()

    Returns a hash code for the double3.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.ValueType.GetHashCode()

    ToString()

    Returns a string representation of the double3.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()

    ToString(String, IFormatProvider)

    Returns a string representation of the double3 using a specified format and culture-specific format information.

    Declaration
    public string ToString(string format, IFormatProvider formatProvider)
    Parameters
    Type Name Description
    System.String format
    System.IFormatProvider formatProvider
    Returns
    Type Description
    System.String
    Implements
    System.IFormattable.ToString(System.String, System.IFormatProvider)

    Operators

    Addition(Double, double3)

    Returns the result of a componentwise addition operation on a double value and a double3 vector.

    Declaration
    public static double3 operator +(double lhs, double3 rhs)
    Parameters
    Type Name Description
    System.Double lhs
    double3 rhs
    Returns
    Type Description
    double3

    Addition(double3, Double)

    Returns the result of a componentwise addition operation on a double3 vector and a double value.

    Declaration
    public static double3 operator +(double3 lhs, double rhs)
    Parameters
    Type Name Description
    double3 lhs
    System.Double rhs
    Returns
    Type Description
    double3

    Addition(double3, double3)

    Returns the result of a componentwise addition operation on two double3 vectors.

    Declaration
    public static double3 operator +(double3 lhs, double3 rhs)
    Parameters
    Type Name Description
    double3 lhs
    double3 rhs
    Returns
    Type Description
    double3

    Decrement(double3)

    Returns the result of a componentwise decrement operation on a double3 vector.

    Declaration
    public static double3 operator --(double3 val)
    Parameters
    Type Name Description
    double3 val
    Returns
    Type Description
    double3

    Division(Double, double3)

    Returns the result of a componentwise division operation on a double value and a double3 vector.

    Declaration
    public static double3 operator /(double lhs, double3 rhs)
    Parameters
    Type Name Description
    System.Double lhs
    double3 rhs
    Returns
    Type Description
    double3

    Division(double3, Double)

    Returns the result of a componentwise division operation on a double3 vector and a double value.

    Declaration
    public static double3 operator /(double3 lhs, double rhs)
    Parameters
    Type Name Description
    double3 lhs
    System.Double rhs
    Returns
    Type Description
    double3

    Division(double3, double3)

    Returns the result of a componentwise division operation on two double3 vectors.

    Declaration
    public static double3 operator /(double3 lhs, double3 rhs)
    Parameters
    Type Name Description
    double3 lhs
    double3 rhs
    Returns
    Type Description
    double3

    Equality(Double, double3)

    Returns the result of a componentwise equality operation on a double value and a double3 vector.

    Declaration
    public static bool3 operator ==(double lhs, double3 rhs)
    Parameters
    Type Name Description
    System.Double lhs
    double3 rhs
    Returns
    Type Description
    bool3

    Equality(double3, Double)

    Returns the result of a componentwise equality operation on a double3 vector and a double value.

    Declaration
    public static bool3 operator ==(double3 lhs, double rhs)
    Parameters
    Type Name Description
    double3 lhs
    System.Double rhs
    Returns
    Type Description
    bool3

    Equality(double3, double3)

    Returns the result of a componentwise equality operation on two double3 vectors.

    Declaration
    public static bool3 operator ==(double3 lhs, double3 rhs)
    Parameters
    Type Name Description
    double3 lhs
    double3 rhs
    Returns
    Type Description
    bool3

    Explicit(Boolean to double3)

    Explicitly converts a single bool value to a double3 vector by converting it to double and assigning it to every component.

    Declaration
    public static explicit operator double3(bool v)
    Parameters
    Type Name Description
    System.Boolean v
    Returns
    Type Description
    double3

    Explicit(bool3 to double3)

    Explicitly converts a bool3 vector to a double3 vector by componentwise conversion.

    Declaration
    public static explicit operator double3(bool3 v)
    Parameters
    Type Name Description
    bool3 v
    Returns
    Type Description
    double3

    GreaterThan(Double, double3)

    Returns the result of a componentwise greater than operation on a double value and a double3 vector.

    Declaration
    public static bool3 operator>(double lhs, double3 rhs)
    Parameters
    Type Name Description
    System.Double lhs
    double3 rhs
    Returns
    Type Description
    bool3

    GreaterThan(double3, Double)

    Returns the result of a componentwise greater than operation on a double3 vector and a double value.

    Declaration
    public static bool3 operator>(double3 lhs, double rhs)
    Parameters
    Type Name Description
    double3 lhs
    System.Double rhs
    Returns
    Type Description
    bool3

    GreaterThan(double3, double3)

    Returns the result of a componentwise greater than operation on two double3 vectors.

    Declaration
    public static bool3 operator>(double3 lhs, double3 rhs)
    Parameters
    Type Name Description
    double3 lhs
    double3 rhs
    Returns
    Type Description
    bool3

    GreaterThanOrEqual(Double, double3)

    Returns the result of a componentwise greater or equal operation on a double value and a double3 vector.

    Declaration
    public static bool3 operator >=(double lhs, double3 rhs)
    Parameters
    Type Name Description
    System.Double lhs
    double3 rhs
    Returns
    Type Description
    bool3

    GreaterThanOrEqual(double3, Double)

    Returns the result of a componentwise greater or equal operation on a double3 vector and a double value.

    Declaration
    public static bool3 operator >=(double3 lhs, double rhs)
    Parameters
    Type Name Description
    double3 lhs
    System.Double rhs
    Returns
    Type Description
    bool3

    GreaterThanOrEqual(double3, double3)

    Returns the result of a componentwise greater or equal operation on two double3 vectors.

    Declaration
    public static bool3 operator >=(double3 lhs, double3 rhs)
    Parameters
    Type Name Description
    double3 lhs
    double3 rhs
    Returns
    Type Description
    bool3

    Implicit(Double to double3)

    Implicitly converts a single double value to a double3 vector by assigning it to every component.

    Declaration
    public static implicit operator double3(double v)
    Parameters
    Type Name Description
    System.Double v
    Returns
    Type Description
    double3

    Implicit(Int32 to double3)

    Implicitly converts a single int value to a double3 vector by converting it to double and assigning it to every component.

    Declaration
    public static implicit operator double3(int v)
    Parameters
    Type Name Description
    System.Int32 v
    Returns
    Type Description
    double3

    Implicit(Single to double3)

    Implicitly converts a single float value to a double3 vector by converting it to double and assigning it to every component.

    Declaration
    public static implicit operator double3(float v)
    Parameters
    Type Name Description
    System.Single v
    Returns
    Type Description
    double3

    Implicit(UInt32 to double3)

    Implicitly converts a single uint value to a double3 vector by converting it to double and assigning it to every component.

    Declaration
    public static implicit operator double3(uint v)
    Parameters
    Type Name Description
    System.UInt32 v
    Returns
    Type Description
    double3

    Implicit(float3 to double3)

    Implicitly converts a float3 vector to a double3 vector by componentwise conversion.

    Declaration
    public static implicit operator double3(float3 v)
    Parameters
    Type Name Description
    float3 v
    Returns
    Type Description
    double3

    Implicit(int3 to double3)

    Implicitly converts a int3 vector to a double3 vector by componentwise conversion.

    Declaration
    public static implicit operator double3(int3 v)
    Parameters
    Type Name Description
    int3 v
    Returns
    Type Description
    double3

    Implicit(uint3 to double3)

    Implicitly converts a uint3 vector to a double3 vector by componentwise conversion.

    Declaration
    public static implicit operator double3(uint3 v)
    Parameters
    Type Name Description
    uint3 v
    Returns
    Type Description
    double3

    Increment(double3)

    Returns the result of a componentwise increment operation on a double3 vector.

    Declaration
    public static double3 operator ++(double3 val)
    Parameters
    Type Name Description
    double3 val
    Returns
    Type Description
    double3

    Inequality(Double, double3)

    Returns the result of a componentwise not equal operation on a double value and a double3 vector.

    Declaration
    public static bool3 operator !=(double lhs, double3 rhs)
    Parameters
    Type Name Description
    System.Double lhs
    double3 rhs
    Returns
    Type Description
    bool3

    Inequality(double3, Double)

    Returns the result of a componentwise not equal operation on a double3 vector and a double value.

    Declaration
    public static bool3 operator !=(double3 lhs, double rhs)
    Parameters
    Type Name Description
    double3 lhs
    System.Double rhs
    Returns
    Type Description
    bool3

    Inequality(double3, double3)

    Returns the result of a componentwise not equal operation on two double3 vectors.

    Declaration
    public static bool3 operator !=(double3 lhs, double3 rhs)
    Parameters
    Type Name Description
    double3 lhs
    double3 rhs
    Returns
    Type Description
    bool3

    LessThan(Double, double3)

    Returns the result of a componentwise less than operation on a double value and a double3 vector.

    Declaration
    public static bool3 operator <(double lhs, double3 rhs)
    Parameters
    Type Name Description
    System.Double lhs
    double3 rhs
    Returns
    Type Description
    bool3

    LessThan(double3, Double)

    Returns the result of a componentwise less than operation on a double3 vector and a double value.

    Declaration
    public static bool3 operator <(double3 lhs, double rhs)
    Parameters
    Type Name Description
    double3 lhs
    System.Double rhs
    Returns
    Type Description
    bool3

    LessThan(double3, double3)

    Returns the result of a componentwise less than operation on two double3 vectors.

    Declaration
    public static bool3 operator <(double3 lhs, double3 rhs)
    Parameters
    Type Name Description
    double3 lhs
    double3 rhs
    Returns
    Type Description
    bool3

    LessThanOrEqual(Double, double3)

    Returns the result of a componentwise less or equal operation on a double value and a double3 vector.

    Declaration
    public static bool3 operator <=(double lhs, double3 rhs)
    Parameters
    Type Name Description
    System.Double lhs
    double3 rhs
    Returns
    Type Description
    bool3

    LessThanOrEqual(double3, Double)

    Returns the result of a componentwise less or equal operation on a double3 vector and a double value.

    Declaration
    public static bool3 operator <=(double3 lhs, double rhs)
    Parameters
    Type Name Description
    double3 lhs
    System.Double rhs
    Returns
    Type Description
    bool3

    LessThanOrEqual(double3, double3)

    Returns the result of a componentwise less or equal operation on two double3 vectors.

    Declaration
    public static bool3 operator <=(double3 lhs, double3 rhs)
    Parameters
    Type Name Description
    double3 lhs
    double3 rhs
    Returns
    Type Description
    bool3

    Modulus(Double, double3)

    Returns the result of a componentwise modulus operation on a double value and a double3 vector.

    Declaration
    public static double3 operator %(double lhs, double3 rhs)
    Parameters
    Type Name Description
    System.Double lhs
    double3 rhs
    Returns
    Type Description
    double3

    Modulus(double3, Double)

    Returns the result of a componentwise modulus operation on a double3 vector and a double value.

    Declaration
    public static double3 operator %(double3 lhs, double rhs)
    Parameters
    Type Name Description
    double3 lhs
    System.Double rhs
    Returns
    Type Description
    double3

    Modulus(double3, double3)

    Returns the result of a componentwise modulus operation on two double3 vectors.

    Declaration
    public static double3 operator %(double3 lhs, double3 rhs)
    Parameters
    Type Name Description
    double3 lhs
    double3 rhs
    Returns
    Type Description
    double3

    Multiply(Double, double3)

    Returns the result of a componentwise multiplication operation on a double value and a double3 vector.

    Declaration
    public static double3 operator *(double lhs, double3 rhs)
    Parameters
    Type Name Description
    System.Double lhs
    double3 rhs
    Returns
    Type Description
    double3

    Multiply(double3, Double)

    Returns the result of a componentwise multiplication operation on a double3 vector and a double value.

    Declaration
    public static double3 operator *(double3 lhs, double rhs)
    Parameters
    Type Name Description
    double3 lhs
    System.Double rhs
    Returns
    Type Description
    double3

    Multiply(double3, double3)

    Returns the result of a componentwise multiplication operation on two double3 vectors.

    Declaration
    public static double3 operator *(double3 lhs, double3 rhs)
    Parameters
    Type Name Description
    double3 lhs
    double3 rhs
    Returns
    Type Description
    double3

    Subtraction(Double, double3)

    Returns the result of a componentwise subtraction operation on a double value and a double3 vector.

    Declaration
    public static double3 operator -(double lhs, double3 rhs)
    Parameters
    Type Name Description
    System.Double lhs
    double3 rhs
    Returns
    Type Description
    double3

    Subtraction(double3, Double)

    Returns the result of a componentwise subtraction operation on a double3 vector and a double value.

    Declaration
    public static double3 operator -(double3 lhs, double rhs)
    Parameters
    Type Name Description
    double3 lhs
    System.Double rhs
    Returns
    Type Description
    double3

    Subtraction(double3, double3)

    Returns the result of a componentwise subtraction operation on two double3 vectors.

    Declaration
    public static double3 operator -(double3 lhs, double3 rhs)
    Parameters
    Type Name Description
    double3 lhs
    double3 rhs
    Returns
    Type Description
    double3

    UnaryNegation(double3)

    Returns the result of a componentwise unary minus operation on a double3 vector.

    Declaration
    public static double3 operator -(double3 val)
    Parameters
    Type Name Description
    double3 val
    Returns
    Type Description
    double3

    UnaryPlus(double3)

    Returns the result of a componentwise unary plus operation on a double3 vector.

    Declaration
    public static double3 operator +(double3 val)
    Parameters
    Type Name Description
    double3 val
    Returns
    Type Description
    double3
    In This Article
    • Constructors
      • double3(Boolean)
      • double3(Double)
      • double3(Double, Double, Double)
      • double3(Double, double2)
      • double3(Int32)
      • double3(Single)
      • double3(UInt32)
      • double3(bool3)
      • double3(double2, Double)
      • double3(double3)
      • double3(float3)
      • double3(int3)
      • double3(uint3)
    • Fields
      • x
      • y
      • z
      • zero
    • Properties
      • Item[Int32]
      • xx
      • xxx
      • xxxx
      • xxxy
      • xxxz
      • xxy
      • xxyx
      • xxyy
      • xxyz
      • xxz
      • xxzx
      • xxzy
      • xxzz
      • xy
      • xyx
      • xyxx
      • xyxy
      • xyxz
      • xyy
      • xyyx
      • xyyy
      • xyyz
      • xyz
      • xyzx
      • xyzy
      • xyzz
      • xz
      • xzx
      • xzxx
      • xzxy
      • xzxz
      • xzy
      • xzyx
      • xzyy
      • xzyz
      • xzz
      • xzzx
      • xzzy
      • xzzz
      • yx
      • yxx
      • yxxx
      • yxxy
      • yxxz
      • yxy
      • yxyx
      • yxyy
      • yxyz
      • yxz
      • yxzx
      • yxzy
      • yxzz
      • yy
      • yyx
      • yyxx
      • yyxy
      • yyxz
      • yyy
      • yyyx
      • yyyy
      • yyyz
      • yyz
      • yyzx
      • yyzy
      • yyzz
      • yz
      • yzx
      • yzxx
      • yzxy
      • yzxz
      • yzy
      • yzyx
      • yzyy
      • yzyz
      • yzz
      • yzzx
      • yzzy
      • yzzz
      • zx
      • zxx
      • zxxx
      • zxxy
      • zxxz
      • zxy
      • zxyx
      • zxyy
      • zxyz
      • zxz
      • zxzx
      • zxzy
      • zxzz
      • zy
      • zyx
      • zyxx
      • zyxy
      • zyxz
      • zyy
      • zyyx
      • zyyy
      • zyyz
      • zyz
      • zyzx
      • zyzy
      • zyzz
      • zz
      • zzx
      • zzxx
      • zzxy
      • zzxz
      • zzy
      • zzyx
      • zzyy
      • zzyz
      • zzz
      • zzzx
      • zzzy
      • zzzz
    • Methods
      • Equals(Object)
      • Equals(double3)
      • GetHashCode()
      • ToString()
      • ToString(String, IFormatProvider)
    • Operators
      • Addition(Double, double3)
      • Addition(double3, Double)
      • Addition(double3, double3)
      • Decrement(double3)
      • Division(Double, double3)
      • Division(double3, Double)
      • Division(double3, double3)
      • Equality(Double, double3)
      • Equality(double3, Double)
      • Equality(double3, double3)
      • Explicit(Boolean to double3)
      • Explicit(bool3 to double3)
      • GreaterThan(Double, double3)
      • GreaterThan(double3, Double)
      • GreaterThan(double3, double3)
      • GreaterThanOrEqual(Double, double3)
      • GreaterThanOrEqual(double3, Double)
      • GreaterThanOrEqual(double3, double3)
      • Implicit(Double to double3)
      • Implicit(Int32 to double3)
      • Implicit(Single to double3)
      • Implicit(UInt32 to double3)
      • Implicit(float3 to double3)
      • Implicit(int3 to double3)
      • Implicit(uint3 to double3)
      • Increment(double3)
      • Inequality(Double, double3)
      • Inequality(double3, Double)
      • Inequality(double3, double3)
      • LessThan(Double, double3)
      • LessThan(double3, Double)
      • LessThan(double3, double3)
      • LessThanOrEqual(Double, double3)
      • LessThanOrEqual(double3, Double)
      • LessThanOrEqual(double3, double3)
      • Modulus(Double, double3)
      • Modulus(double3, Double)
      • Modulus(double3, double3)
      • Multiply(Double, double3)
      • Multiply(double3, Double)
      • Multiply(double3, double3)
      • Subtraction(Double, double3)
      • Subtraction(double3, Double)
      • Subtraction(double3, double3)
      • UnaryNegation(double3)
      • UnaryPlus(double3)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • 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 on 18 October 2023