Interface: Arrow3DOptions
Defined in: mobjects/three-d/Arrow3D.ts:7
Options for creating an Arrow3D
Properties
color?
optionalcolor:string
Defined in: mobjects/three-d/Arrow3D.ts:13
Color as CSS color string. Default: '#ffffff'
end
end:
Vector3Tuple
Defined in: mobjects/three-d/Arrow3D.ts:11
End point (where the tip points) [x, y, z]. Required
opacity?
optionalopacity:number
Defined in: mobjects/three-d/Arrow3D.ts:15
Opacity from 0 to 1. Default: 1
radialSegments?
optionalradialSegments:number
Defined in: mobjects/three-d/Arrow3D.ts:23
Number of radial segments. Default: 16
shaftRadius?
optionalshaftRadius:number
Defined in: mobjects/three-d/Arrow3D.ts:21
Radius of the shaft. Default: 0.02
start?
optionalstart:Vector3Tuple
Defined in: mobjects/three-d/Arrow3D.ts:9
Start point [x, y, z]. Default: [0, 0, 0]
tipLength?
optionaltipLength:number
Defined in: mobjects/three-d/Arrow3D.ts:17
Length of the arrowhead cone. Default: 0.2
tipRadius?
optionaltipRadius:number
Defined in: mobjects/three-d/Arrow3D.ts:19
Half-width of the arrowhead triangle base. Default: 0.08