/ Circular3d / Circular3DBasicTransform
Search results

Circular3DBasicTransform API in JavaScript Circular3d API control

Represents basic transformation parameters for rendering.

Properties

centeredMatrix

number[][]

The centered matrix used in transformation.

chartObj

Circular3DMatrix

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 in radians.

resultMatrix

number[][]

The result matrix after transformation.

rotation

number

The rotation angle in radians.

tilt

number

The tilt angle in radians.

viewMatrix

number[][]

The view matrix used in transformation.

viewingArea

Size

The size of the viewing area.