Rotation.md
May 21, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS
Rotation Struct
Rotation encoded as a Quaternion described by the mathematician W.R. Hamilton.
public struct Rotation :
Friflo.Engine.ECS.IComponent,
System.IEquatable<Friflo.Engine.ECS.Rotation>
Implements IComponent, System.IEquatable<Rotation>
| Constructors | |
|---|---|
| Rotation(float, float, float, float) |
| Fields | |
|---|---|
| value | |
| w | |
| x | |
| y | |
| z |
| Methods | |
|---|---|
| Equals(Rotation) | |
| Equals(object) | |
| GetHashCode() | |
| ToString() |
| Operators | |
|---|---|
| operator ==(Rotation, Rotation) | |
| operator !=(Rotation, Rotation) |