Class GfVec3h
Namespace: pxr
Syntax
public class GfVec3h : IDisposable
Constructors
GfVec3h()
Declaration
GfVec3h(GfHalf)
Declaration
public GfVec3h(GfHalf value)
Parameters
Type |
Name |
Description |
GfHalf |
value |
|
GfVec3h(GfHalf, GfHalf, GfHalf)
Declaration
public GfVec3h(GfHalf s0, GfHalf s1, GfHalf s2)
Parameters
GfVec3h(GfVec3d)
Declaration
public GfVec3h(GfVec3d other)
Parameters
Type |
Name |
Description |
GfVec3d |
other |
|
GfVec3h(GfVec3f)
Declaration
public GfVec3h(GfVec3f other)
Parameters
Type |
Name |
Description |
GfVec3f |
other |
|
GfVec3h(GfVec3i)
Declaration
public GfVec3h(GfVec3i other)
Parameters
Type |
Name |
Description |
GfVec3i |
other |
|
Fields
dimension
Declaration
public static readonly uint dimension
Field Value
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
Item[Int32]
Declaration
public float this[int index] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Methods
Axis(UInt32)
Declaration
public static GfVec3h Axis(uint i)
Parameters
Type |
Name |
Description |
UInt32 |
i |
|
Returns
BuildOrthonormalFrame(GfVec3h, GfVec3h)
Declaration
public void BuildOrthonormalFrame(GfVec3h v1, GfVec3h v2)
Parameters
BuildOrthonormalFrame(GfVec3h, GfVec3h, GfHalf)
Declaration
public void BuildOrthonormalFrame(GfVec3h v1, GfVec3h v2, GfHalf eps)
Parameters
Dispose()
Declaration
public virtual void Dispose()
Implements
Equals(GfVec3h, GfVec3h)
Declaration
public static bool Equals(GfVec3h lhs, GfVec3h 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()
GetComplement(GfVec3h)
Declaration
public GfVec3h GetComplement(GfVec3h b)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
GetLength()
Declaration
public GfHalf GetLength()
Returns
GetLengthSq()
Declaration
public GfHalf GetLengthSq()
Returns
GetNormalized()
Declaration
public GfVec3h GetNormalized()
Returns
GetNormalized(GfHalf)
Declaration
public GfVec3h GetNormalized(GfHalf eps)
Parameters
Type |
Name |
Description |
GfHalf |
eps |
|
Returns
GetProjection(GfVec3h)
Declaration
public GfVec3h GetProjection(GfVec3h v)
Parameters
Returns
GetValue(Int32)
Declaration
protected float GetValue(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
Normalize()
Declaration
public GfHalf Normalize()
Returns
Normalize(GfHalf)
Declaration
public GfHalf Normalize(GfHalf eps)
Parameters
Type |
Name |
Description |
GfHalf |
eps |
|
Returns
OrthogonalizeBasis(GfVec3h, GfVec3h, GfVec3h, Boolean)
Declaration
public static bool OrthogonalizeBasis(GfVec3h tx, GfVec3h ty, GfVec3h tz, bool normalize)
Parameters
Returns
OrthogonalizeBasis(GfVec3h, GfVec3h, GfVec3h, Boolean, Double)
Declaration
public static bool OrthogonalizeBasis(GfVec3h tx, GfVec3h ty, GfVec3h tz, bool normalize, double eps)
Parameters
Returns
Set(GfHalf)
Declaration
public GfVec3h Set(GfHalf a)
Parameters
Type |
Name |
Description |
GfHalf |
a |
|
Returns
Set(GfHalf, GfHalf, GfHalf)
Declaration
public GfVec3h Set(GfHalf s0, GfHalf s1, GfHalf s2)
Parameters
Returns
SetValue(Int32, Single)
Declaration
protected void SetValue(int index, float value)
Parameters
XAxis()
Declaration
public static GfVec3h XAxis()
Returns
YAxis()
Declaration
public static GfVec3h YAxis()
Returns
ZAxis()
Declaration
public static GfVec3h ZAxis()
Returns
Operators
Equality(GfVec3h, GfVec3h)
Declaration
public static bool operator ==(GfVec3h lhs, GfVec3h rhs)
Parameters
Returns
Inequality(GfVec3h, GfVec3h)
Declaration
public static bool operator !=(GfVec3h lhs, GfVec3h rhs)
Parameters
Returns