Class GfPlane
Namespace: pxr
Syntax
public class GfPlane : IDisposable
Constructors
GfPlane()
Declaration
GfPlane(GfVec3d, GfVec3d)
Declaration
public GfPlane(GfVec3d normal, GfVec3d point)
Parameters
GfPlane(GfVec3d, GfVec3d, GfVec3d)
Declaration
public GfPlane(GfVec3d p0, GfVec3d p1, GfVec3d p2)
Parameters
GfPlane(GfVec3d, Double)
Declaration
public GfPlane(GfVec3d normal, double distanceToOrigin)
Parameters
GfPlane(GfVec4d)
Declaration
public GfPlane(GfVec4d eqn)
Parameters
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Methods
Dispose()
Declaration
public virtual void Dispose()
Implements
Equals(GfPlane, GfPlane)
Declaration
public static bool Equals(GfPlane lhs, GfPlane rhs)
Parameters
Returns
Equals(Object)
Declaration
public override bool Equals(object rhs)
Parameters
Type |
Name |
Description |
Object |
rhs |
|
Returns
Overrides
Finalize()
Declaration
protected void Finalize()
GetDistance(GfVec3d)
Declaration
public double GetDistance(GfVec3d p)
Parameters
Returns
GetDistanceFromOrigin()
Declaration
public double GetDistanceFromOrigin()
Returns
GetEquation()
Declaration
public GfVec4d GetEquation()
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
GetNormal()
Declaration
public GfVec3d GetNormal()
Returns
IntersectsPositiveHalfSpace(GfRange3d)
Declaration
public bool IntersectsPositiveHalfSpace(GfRange3d box)
Parameters
Returns
IntersectsPositiveHalfSpace(GfVec3d)
Declaration
public bool IntersectsPositiveHalfSpace(GfVec3d pt)
Parameters
Returns
Project(GfVec3d)
Declaration
public GfVec3d Project(GfVec3d p)
Parameters
Returns
Reorient(GfVec3d)
Declaration
public void Reorient(GfVec3d p)
Parameters
Set(GfVec3d, GfVec3d)
Declaration
public void Set(GfVec3d normal, GfVec3d point)
Parameters
Set(GfVec3d, GfVec3d, GfVec3d)
Declaration
public void Set(GfVec3d p0, GfVec3d p1, GfVec3d p2)
Parameters
Set(GfVec3d, Double)
Declaration
public void Set(GfVec3d normal, double distanceToOrigin)
Parameters
Set(GfVec4d)
Declaration
public void Set(GfVec4d eqn)
Parameters
Declaration
public GfPlane Transform(GfMatrix4d matrix)
Parameters
Returns
Operators
Equality(GfPlane, GfPlane)
Declaration
public static bool operator ==(GfPlane lhs, GfPlane rhs)
Parameters
Returns
Inequality(GfPlane, GfPlane)
Declaration
public static bool operator !=(GfPlane lhs, GfPlane rhs)
Parameters
Returns