Bases: astropy.modeling.core.Model
Perform a clockwise 2D matrix rotation given either an angle or a rotation matrix.
If both matrix and angle are given, angle will be ignored.
Parameters : | matrix : ndarray
angle : float
|
---|
Attributes Summary
angle | |
matrix | |
n_inputs | int(x=0) -> int or long |
n_outputs | int(x=0) -> int or long |
param_names | list() -> new empty list |
Methods Summary
inverse() |
Attributes Documentation
Methods Documentation