Interface: TangentLineOptions
Defined in: mobjects/geometry/AngleShapes.ts:838
Options for creating a TangentLine
Properties
color?
optionalcolor:string
Defined in: mobjects/geometry/AngleShapes.ts:844
Stroke color. Default: Manim's blue (#58C4DD)
dT?
optionaldT:number
Defined in: mobjects/geometry/AngleShapes.ts:848
Small offset for numerical derivative calculation. Default: 0.001
length?
optionallength:number
Defined in: mobjects/geometry/AngleShapes.ts:842
Length of the tangent line. Default: 2
strokeWidth?
optionalstrokeWidth:number
Defined in: mobjects/geometry/AngleShapes.ts:846
Stroke width. Default: 4
t?
optionalt:number
Defined in: mobjects/geometry/AngleShapes.ts:840
Parameter t (0-1) for where to place the tangent on the curve. Default: 0.5