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