Skip to content

flex_rf.tidy3d.RotationAroundAxis

Type: class Base(s): AbstractRotation

Rotation of vectors and tensors around a given vector.

axis [Axis | Coordinate] = 0

A vector that specifies the axis of rotation, or a single int: 0, 1, or 2, indicating x, y, or z.

angle [TracedFloat] = 0.0

Angle of rotation in radians.

isidentity()

Check whether rotation is identity.

matrix()

Rotation matrix.