Enum ControlSurface.RotationType
Defines how the control surface rotates relative to the airfoil.
Namespace: NWH.Aerodynamics.AircraftController.ControlSurfaces
Assembly: NWH.Aerodynamics.dll
Syntax
public enum ControlSurface.RotationType
Remarks
LocalAxis provides simple rotation around the airfoil's X-axis, suitable for basic implementations. LeadingEdge rotation around the front edge provides more realistic aerodynamic behavior.
Fields
| Name | Description |
|---|---|
| LeadingEdge | Rotates around the airfoil's leading edge (A-B points) |
| LocalAxis | Rotates around the airfoil transform's local X-axis |