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.

Parameters:
  • x (str)

  • y (str)

  • z (str)

x

Human-readable label for the positive x-axis.

Type:

str, default "forward"

y

Human-readable label for the positive y-axis.

Type:

str, default "right"

z

Human-readable label for the positive z-axis.

Type:

str, default "up"

__init__(x='forward', y='right', z='up')
Parameters:
  • x (str)

  • y (str)

  • z (str)

Return type:

None

Methods

__init__([x, y, z])

Attributes

x

y

z