ArcProperties

@qbead/bloch-sphere


@qbead/bloch-sphere / ArcProperties

Type Alias: ArcProperties

ArcProperties = object

Defined in: src/math/geometry.ts:6arrow-up-right

Properties of a arc on a sphere

Properties

arcAngle

arcAngle: number

Defined in: src/math/geometry.ts:26arrow-up-right

The angle of the arc


arcOffset

arcOffset: number

Defined in: src/math/geometry.ts:22arrow-up-right

The angle of the arc offset from the x-axis


height

height: number

Defined in: src/math/geometry.ts:14arrow-up-right

The distance from the center of the sphere to the plane containing the arc


norm

norm: THREE.Vector3

Defined in: src/math/geometry.ts:18arrow-up-right

The normal vector of the plane containing the arc


radius

radius: number

Defined in: src/math/geometry.ts:10arrow-up-right

The radius of the arc

Last updated