ostk.mathematics.geometry.Angle¶
- class Angle(
- self: ostk.mathematics.geometry.Angle,
- value: ostk.core.type.Real,
- unit: ostk::mathematics::geometry::Angle::Unit,
- value: ostk.core.type.Real,
Bases:
pybind11_object
Methods
Overloaded function.
Overloaded function.
Overloaded function.
Overloaded function.
Overloaded function.
- class Unit(self: ostk.mathematics.geometry.Angle.Unit, value: int)¶
Bases:
pybind11_object
Members:
Undefined
Radian
Degree
Arcminute
Arcsecond
Revolution
- property name¶
- __add__( ) ostk.mathematics.geometry.Angle ¶
- __mul__(
- self: ostk.mathematics.geometry.Angle,
- arg0: ostk.core.type.Real,
- static arcminutes(value: ostk.core.type.Real) ostk.mathematics.geometry.Angle ¶
- static arcseconds(value: ostk.core.type.Real) ostk.mathematics.geometry.Angle ¶
- static between(*args, **kwargs)¶
Overloaded function.
between(first_vector: numpy.ndarray[numpy.float64[2, 1]], second_vector: numpy.ndarray[numpy.float64[2, 1]]) -> ostk.mathematics.geometry.Angle
between(first_vector: numpy.ndarray[numpy.float64[3, 1]], second_vector: numpy.ndarray[numpy.float64[3, 1]]) -> ostk.mathematics.geometry.Angle
- static degrees(value: ostk.core.type.Real) ostk.mathematics.geometry.Angle ¶
- get_unit( ) ostk::mathematics::geometry::Angle::Unit ¶
- static half_pi() ostk.mathematics.geometry.Angle ¶
- in_arcminutes(*args, **kwargs)¶
Overloaded function.
in_arcminutes(self: ostk.mathematics.geometry.Angle) -> ostk.core.type.Real
in_arcminutes(self: ostk.mathematics.geometry.Angle, lower_bound: ostk.core.type.Real, upper_bound: ostk.core.type.Real) -> ostk.core.type.Real
- in_arcseconds(*args, **kwargs)¶
Overloaded function.
in_arcseconds(self: ostk.mathematics.geometry.Angle) -> ostk.core.type.Real
in_arcseconds(self: ostk.mathematics.geometry.Angle, lower_bound: ostk.core.type.Real, upper_bound: ostk.core.type.Real) -> ostk.core.type.Real
- in_degrees(*args, **kwargs)¶
Overloaded function.
in_degrees(self: ostk.mathematics.geometry.Angle) -> ostk.core.type.Real
in_degrees(self: ostk.mathematics.geometry.Angle, lower_bound: ostk.core.type.Real, upper_bound: ostk.core.type.Real) -> ostk.core.type.Real
- in_radians(*args, **kwargs)¶
Overloaded function.
in_radians(self: ostk.mathematics.geometry.Angle) -> ostk.core.type.Real
in_radians(self: ostk.mathematics.geometry.Angle, lower_bound: ostk.core.type.Real, upper_bound: ostk.core.type.Real) -> ostk.core.type.Real
- in_revolutions(self: ostk.mathematics.geometry.Angle) ostk.core.type.Real ¶
- in_unit(
- self: ostk.mathematics.geometry.Angle,
- unit: ostk::mathematics::geometry::Angle::Unit,
- is_defined(self: ostk.mathematics.geometry.Angle) bool ¶
- is_near(
- self: ostk.mathematics.geometry.Angle,
- angle: ostk.mathematics.geometry.Angle,
- tolerance: ostk.mathematics.geometry.Angle,
- angle: ostk.mathematics.geometry.Angle,
- is_negative(self: ostk.mathematics.geometry.Angle) bool ¶
- is_zero(self: ostk.mathematics.geometry.Angle) bool ¶
- static pi() ostk.mathematics.geometry.Angle ¶
- static radians(value: ostk.core.type.Real) ostk.mathematics.geometry.Angle ¶
- static revolutions(value: ostk.core.type.Real) ostk.mathematics.geometry.Angle ¶
- static string_from_unit(
- unit: ostk::mathematics::geometry::Angle::Unit,
- static symbol_from_unit(
- unit: ostk::mathematics::geometry::Angle::Unit,
- to_string(
- self: ostk.mathematics.geometry.Angle,
- do_sanitize: ostk.core.type.Integer = False,
- static two_pi() ostk.mathematics.geometry.Angle ¶
- static undefined() ostk.mathematics.geometry.Angle ¶
- static zero() ostk.mathematics.geometry.Angle ¶