Skip to main content

Interface: ElbowOptions

Defined in: mobjects/geometry/AngleShapes.ts:655

Options for creating an Elbow

Properties

angle?

optional angle: number

Defined in: mobjects/geometry/AngleShapes.ts:661

Rotation angle in radians. Default: 0


color?

optional color: string

Defined in: mobjects/geometry/AngleShapes.ts:663

Stroke color. Default: Manim's blue (#58C4DD)


height?

optional height: number

Defined in: mobjects/geometry/AngleShapes.ts:659

Height of the elbow (vertical extent). Default: 1


position?

optional position: Vector3Tuple

Defined in: mobjects/geometry/AngleShapes.ts:667

Position of the corner/vertex. Default: [0, 0, 0]


strokeWidth?

optional strokeWidth: number

Defined in: mobjects/geometry/AngleShapes.ts:665

Stroke width. Default: 4


width?

optional width: number

Defined in: mobjects/geometry/AngleShapes.ts:657

Width of the elbow (horizontal extent). Default: 1