ostk.mathematics.geometry.d3.transformation.rotation.RotationVector¶
- class RotationVector(*args, **kwargs)¶
Bases:
pybind11_object
Overloaded function.
__init__(self: ostk.mathematics.geometry.d3.transformation.rotation.RotationVector, axis: numpy.ndarray[numpy.float64[3, 1]], angle: ostk::mathematics::geometry::Angle) -> None
__init__(self: ostk.mathematics.geometry.d3.transformation.rotation.RotationVector, vector: numpy.ndarray[numpy.float64[3, 1]], angle_unit: ostk::mathematics::geometry::Angle::Unit) -> None
Methods
Overloaded function.
- static euler_angle(
- euler_angle: ostk::mathematics::geometry::d3::transformation::rotation::EulerAngle,
- get_angle( ) ostk::mathematics::geometry::Angle ¶
- get_axis( ) numpy.ndarray[numpy.float64[3, 1]] ¶
- static quaternion( ) ostk.mathematics.geometry.d3.transformation.rotation.RotationVector ¶
- static rotation_matrix(
- rotation_matrix: ostk::mathematics::geometry::d3::transformation::rotation::RotationMatrix,
- to_string(*args, **kwargs)¶
Overloaded function.
to_string(self: ostk.mathematics.geometry.d3.transformation.rotation.RotationVector) -> ostk.core.type.String
to_string(self: ostk.mathematics.geometry.d3.transformation.rotation.RotationVector, arg0: ostk.core.type.Integer) -> ostk.core.type.String
- static undefined() ostk.mathematics.geometry.d3.transformation.rotation.RotationVector ¶
- static x(
- angle: ostk::mathematics::geometry::Angle,
- static y(
- angle: ostk::mathematics::geometry::Angle,
- static z(
- angle: ostk::mathematics::geometry::Angle,