Interface: LineOptions
Defined in: mobjects/geometry/Line.ts:16
Options for creating a Line
Properties
color?
optionalcolor:string
Defined in: mobjects/geometry/Line.ts:22
Stroke color as CSS color string. Default: WHITE
end?
optionalend:Vector3Tuple
Defined in: mobjects/geometry/Line.ts:20
End point of the line. Default: [1, 0, 0]
start?
optionalstart:Vector3Tuple
Defined in: mobjects/geometry/Line.ts:18
Start point of the line. Default: [0, 0, 0]
strokeWidth?
optionalstrokeWidth:number
Defined in: mobjects/geometry/Line.ts:24
Stroke width in pixels. Default: 4 (Manim's default)