Quaternion
Struct
Read time 1 minuteLast updated 21 hours ago
Inherited Members
- Equals(object)
- GetHashCode()
- ToString()
- Equals(object, object)
- GetType()
- ReferenceEquals(object, object)
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public struct Quaternion
Constructors
Quaternion(Point4)
Parameterspublic Quaternion(Point4 value)
Type | Name | Description |
|---|---|---|
| Point4 | value |
Fields
_base
Returnspublic Point4 _base
Type | Description |
|---|---|
| Point4 |
Operators
implicit operator Point4(Quaternion)
Parameterspublic static implicit operator Point4(Quaternion v)
Type | Name | Description |
|---|---|---|
| Quaternion | v |
Type | Description |
|---|---|
| Point4 |
implicit operator Quaternion(Point4)
Parameterspublic static implicit operator Quaternion(Point4 v)
Type | Name | Description |
|---|---|---|
| Point4 | v |
Type | Description |
|---|---|
| Quaternion |