flex_rf.tidy3d.RotationAroundAxis
Type: class │ Base(s): AbstractRotation
Description
Section titled “Description”Rotation of vectors and tensors around a given vector.
Parameters
Section titled “Parameters”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. |
Methods
Section titled “Methods”isidentity() |
|
Check whether rotation is identity. |
matrix() |
|
Rotation matrix. |