Struct ViewPose
Store the View element pose.
Assembly: Evergine.Framework.dll
Syntax
public struct ViewPose : IEqualityComparer
Fields
Orientation
Declaration
public Quaternion Orientation
Field Value
Position
Declaration
Field Value
Properties
ZeroIdentity
Gets the default value for a view pose.
Declaration
public static ViewPose ZeroIdentity { get; }
Property Value
Methods
Equals(ViewPose)
Declaration
public bool Equals(ViewPose other)
Parameters
Type |
Name |
Description |
ViewPose |
other |
The other pose.
|
Returns
Type |
Description |
bool |
True if both are equal.
|
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
operator ==(ViewPose, ViewPose)
Declaration
public static bool operator ==(ViewPose left, ViewPose right)
Parameters
Returns
operator !=(ViewPose, ViewPose)
Declaration
public static bool operator !=(ViewPose left, ViewPose right)
Parameters
Returns
Implements
Extension Methods