Skip to main content

Interface: Arrow3DOptions

Defined in: mobjects/three-d/Arrow3D.ts:7

Options for creating an Arrow3D

Properties

color?

optional color: 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?

optional opacity: number

Defined in: mobjects/three-d/Arrow3D.ts:15

Opacity from 0 to 1. Default: 1


radialSegments?

optional radialSegments: number

Defined in: mobjects/three-d/Arrow3D.ts:23

Number of radial segments. Default: 16


shaftRadius?

optional shaftRadius: number

Defined in: mobjects/three-d/Arrow3D.ts:21

Radius of the shaft. Default: 0.02


start?

optional start: Vector3Tuple

Defined in: mobjects/three-d/Arrow3D.ts:9

Start point [x, y, z]. Default: [0, 0, 0]


tipLength?

optional tipLength: number

Defined in: mobjects/three-d/Arrow3D.ts:17

Length of the arrowhead cone. Default: 0.2


tipRadius?

optional tipRadius: number

Defined in: mobjects/three-d/Arrow3D.ts:19

Half-width of the arrowhead triangle base. Default: 0.08