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