Enum DOFType
Types of Degrees of Freedom (DOF).
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public enum DOFType
Fields
Name | Description |
---|---|
RotationX | Rotation along the X-axis |
RotationY | Rotation around the Y-axis |
RotationZ | Rotation around the Z axis |
TranslationX | The X translation |
TranslationY | Translation of Y |
TranslationZ | Translation along the Z-axis |