docs.unity3d.com
    Show / Hide Table of Contents

    Class GfPlane

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

    Constructors

    GfPlane()

    Declaration
    public GfPlane()

    GfPlane(GfVec3d, GfVec3d)

    Declaration
    public GfPlane(GfVec3d normal, GfVec3d point)
    Parameters
    Type Name Description
    GfVec3d normal
    GfVec3d point

    GfPlane(GfVec3d, GfVec3d, GfVec3d)

    Declaration
    public GfPlane(GfVec3d p0, GfVec3d p1, GfVec3d p2)
    Parameters
    Type Name Description
    GfVec3d p0
    GfVec3d p1
    GfVec3d p2

    GfPlane(GfVec3d, Double)

    Declaration
    public GfPlane(GfVec3d normal, double distanceToOrigin)
    Parameters
    Type Name Description
    GfVec3d normal
    Double distanceToOrigin

    GfPlane(GfVec4d)

    Declaration
    public GfPlane(GfVec4d eqn)
    Parameters
    Type Name Description
    GfVec4d eqn

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Methods

    Dispose()

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

    Equals(GfPlane, GfPlane)

    Declaration
    public static bool Equals(GfPlane lhs, GfPlane rhs)
    Parameters
    Type Name Description
    GfPlane lhs
    GfPlane 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()

    GetDistance(GfVec3d)

    Declaration
    public double GetDistance(GfVec3d p)
    Parameters
    Type Name Description
    GfVec3d p
    Returns
    Type Description
    Double

    GetDistanceFromOrigin()

    Declaration
    public double GetDistanceFromOrigin()
    Returns
    Type Description
    Double

    GetEquation()

    Declaration
    public GfVec4d GetEquation()
    Returns
    Type Description
    GfVec4d

    GetHashCode()

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

    GetNormal()

    Declaration
    public GfVec3d GetNormal()
    Returns
    Type Description
    GfVec3d

    IntersectsPositiveHalfSpace(GfRange3d)

    Declaration
    public bool IntersectsPositiveHalfSpace(GfRange3d box)
    Parameters
    Type Name Description
    GfRange3d box
    Returns
    Type Description
    Boolean

    IntersectsPositiveHalfSpace(GfVec3d)

    Declaration
    public bool IntersectsPositiveHalfSpace(GfVec3d pt)
    Parameters
    Type Name Description
    GfVec3d pt
    Returns
    Type Description
    Boolean

    Project(GfVec3d)

    Declaration
    public GfVec3d Project(GfVec3d p)
    Parameters
    Type Name Description
    GfVec3d p
    Returns
    Type Description
    GfVec3d

    Reorient(GfVec3d)

    Declaration
    public void Reorient(GfVec3d p)
    Parameters
    Type Name Description
    GfVec3d p

    Set(GfVec3d, GfVec3d)

    Declaration
    public void Set(GfVec3d normal, GfVec3d point)
    Parameters
    Type Name Description
    GfVec3d normal
    GfVec3d point

    Set(GfVec3d, GfVec3d, GfVec3d)

    Declaration
    public void Set(GfVec3d p0, GfVec3d p1, GfVec3d p2)
    Parameters
    Type Name Description
    GfVec3d p0
    GfVec3d p1
    GfVec3d p2

    Set(GfVec3d, Double)

    Declaration
    public void Set(GfVec3d normal, double distanceToOrigin)
    Parameters
    Type Name Description
    GfVec3d normal
    Double distanceToOrigin

    Set(GfVec4d)

    Declaration
    public void Set(GfVec4d eqn)
    Parameters
    Type Name Description
    GfVec4d eqn

    Transform(GfMatrix4d)

    Declaration
    public GfPlane Transform(GfMatrix4d matrix)
    Parameters
    Type Name Description
    GfMatrix4d matrix
    Returns
    Type Description
    GfPlane

    Operators

    Equality(GfPlane, GfPlane)

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

    Inequality(GfPlane, GfPlane)

    Declaration
    public static bool operator !=(GfPlane lhs, GfPlane rhs)
    Parameters
    Type Name Description
    GfPlane lhs
    GfPlane 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