Search results

Chart3DBasicTransform API in Vue Chart3d API component

Represents basic transformation parameters for rendering.

Properties

centeredMatrix

number[][]

The centered matrix used in transformation.

chartObj

Matrix3D

Reference to the chart object.

depth

number

The depth of the transformation.

needUpdate

boolean

Flag indicating whether an update is needed.

perspective

number[][]

The perspective matrix used in transformation.

perspectiveAngle

number

The perspective angle.

resultMatrix

number[][]

The result matrix after transformation.

rotation

number

The rotation angle.

tilt

number

The tilt angle.

viewMatrix

number[][]

The view matrix used in transformation.

viewingArea

Size

The size of the viewing area.