docs.unity3d.com
    Show / Hide Table of Contents

    Class GfVec4d

    Inheritance
    Object
    GfVec4d
    Inherited Members
    Object.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: pxr
    Syntax
    public class GfVec4d : IDisposable

    Constructors

    GfVec4d()

    Declaration
    public GfVec4d()

    GfVec4d(GfVec4f)

    Declaration
    public GfVec4d(GfVec4f other)
    Parameters
    Type Name Description
    GfVec4f other

    GfVec4d(GfVec4h)

    Declaration
    public GfVec4d(GfVec4h other)
    Parameters
    Type Name Description
    GfVec4h other

    GfVec4d(GfVec4i)

    Declaration
    public GfVec4d(GfVec4i other)
    Parameters
    Type Name Description
    GfVec4i other

    GfVec4d(Double)

    Declaration
    public GfVec4d(double value)
    Parameters
    Type Name Description
    Double value

    GfVec4d(Double, Double, Double, Double)

    Declaration
    public GfVec4d(double s0, double s1, double s2, double s3)
    Parameters
    Type Name Description
    Double s0
    Double s1
    Double s2
    Double s3

    Fields

    dimension

    Declaration
    public static readonly uint dimension
    Field Value
    Type Description
    UInt32

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Properties

    Item[Int32]

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

    Methods

    Axis(UInt32)

    Declaration
    public static GfVec4d Axis(uint i)
    Parameters
    Type Name Description
    UInt32 i
    Returns
    Type Description
    GfVec4d

    Dispose()

    Declaration
    public virtual void Dispose()
    Implements
    IDisposable.Dispose()

    Equals(GfVec4d, GfVec4d)

    Declaration
    public static bool Equals(GfVec4d lhs, GfVec4d rhs)
    Parameters
    Type Name Description
    GfVec4d lhs
    GfVec4d rhs
    Returns
    Type Description
    Boolean

    Equals(Object)

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

    Finalize()

    Declaration
    protected void Finalize()

    GetComplement(GfVec4d)

    Declaration
    public GfVec4d GetComplement(GfVec4d b)
    Parameters
    Type Name Description
    GfVec4d b
    Returns
    Type Description
    GfVec4d

    GetHashCode()

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

    GetLength()

    Declaration
    public double GetLength()
    Returns
    Type Description
    Double

    GetLengthSq()

    Declaration
    public double GetLengthSq()
    Returns
    Type Description
    Double

    GetNormalized()

    Declaration
    public GfVec4d GetNormalized()
    Returns
    Type Description
    GfVec4d

    GetNormalized(Double)

    Declaration
    public GfVec4d GetNormalized(double eps)
    Parameters
    Type Name Description
    Double eps
    Returns
    Type Description
    GfVec4d

    GetProjection(GfVec4d)

    Declaration
    public GfVec4d GetProjection(GfVec4d v)
    Parameters
    Type Name Description
    GfVec4d v
    Returns
    Type Description
    GfVec4d

    GetValue(Int32)

    Declaration
    protected double GetValue(int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    Double

    Normalize()

    Declaration
    public double Normalize()
    Returns
    Type Description
    Double

    Normalize(Double)

    Declaration
    public double Normalize(double eps)
    Parameters
    Type Name Description
    Double eps
    Returns
    Type Description
    Double

    Set(Double, Double, Double, Double)

    Declaration
    public GfVec4d Set(double s0, double s1, double s2, double s3)
    Parameters
    Type Name Description
    Double s0
    Double s1
    Double s2
    Double s3
    Returns
    Type Description
    GfVec4d

    SetValue(Int32, Double)

    Declaration
    protected void SetValue(int index, double value)
    Parameters
    Type Name Description
    Int32 index
    Double value

    WAxis()

    Declaration
    public static GfVec4d WAxis()
    Returns
    Type Description
    GfVec4d

    XAxis()

    Declaration
    public static GfVec4d XAxis()
    Returns
    Type Description
    GfVec4d

    YAxis()

    Declaration
    public static GfVec4d YAxis()
    Returns
    Type Description
    GfVec4d

    ZAxis()

    Declaration
    public static GfVec4d ZAxis()
    Returns
    Type Description
    GfVec4d

    Operators

    Equality(GfVec4d, GfVec4d)

    Declaration
    public static bool operator ==(GfVec4d lhs, GfVec4d rhs)
    Parameters
    Type Name Description
    GfVec4d lhs
    GfVec4d rhs
    Returns
    Type Description
    Boolean

    Inequality(GfVec4d, GfVec4d)

    Declaration
    public static bool operator !=(GfVec4d lhs, GfVec4d rhs)
    Parameters
    Type Name Description
    GfVec4d lhs
    GfVec4d rhs
    Returns
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies
    • 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 Thursday, October 19, 2023