Interface: ElbowOptions
Defined in: mobjects/geometry/AngleShapes.ts:564
Options for creating an Elbow
Properties
angle?
optionalangle:number
Defined in: mobjects/geometry/AngleShapes.ts:570
Rotation angle in radians. Default: 0
color?
optionalcolor:string
Defined in: mobjects/geometry/AngleShapes.ts:572
Stroke color. Default: Manim's blue (#58C4DD)
height?
optionalheight:number
Defined in: mobjects/geometry/AngleShapes.ts:568
Height of the elbow (vertical extent). Default: 1
position?
optionalposition:Vector3Tuple
Defined in: mobjects/geometry/AngleShapes.ts:576
Position of the corner/vertex. Default: [0, 0, 0]
strokeWidth?
optionalstrokeWidth:number
Defined in: mobjects/geometry/AngleShapes.ts:574
Stroke width. Default: 4
width?
optionalwidth:number
Defined in: mobjects/geometry/AngleShapes.ts:566
Width of the elbow (horizontal extent). Default: 1