buffalo_wings.wing.FrameSpec

class buffalo_wings.wing.FrameSpec(x='forward', y='right', z='up')[source]

Bases: object

Human-readable axis labels for the wing coordinate frame.

Attributes

x

Label describing the positive x direction.

y

Label describing the positive y direction.

z

Label describing the positive z direction.

x: str

Label describing the positive x direction.

y: str

Label describing the positive y direction.

z: str

Label describing the positive z direction.