IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
Loading...
Searching...
No Matches
ice::math::rad64 Struct Reference

#include <ice/math/angles.hxx>

Public Member Functions

constexpr auto raw_value (this rad64 self) noexcept -> f64
constexpr auto to_rad32 (this rad64 self) noexcept -> rad32
constexpr auto to_deg64 (this rad64 self) noexcept -> deg64
constexpr auto to_deg32 (this rad64 self) noexcept -> deg32

Public Attributes

f64 _value

Member Function Documentation

◆ raw_value()

auto ice::math::rad64::raw_value ( this rad64 self) -> f64
inlineconstexprnoexcept

◆ to_deg32()

auto ice::math::rad64::to_deg32 ( this rad64 self) -> deg32
inlineconstexprnoexcept

◆ to_deg64()

auto ice::math::rad64::to_deg64 ( this rad64 self) -> deg64
inlineconstexprnoexcept

◆ to_rad32()

auto ice::math::rad64::to_rad32 ( this rad64 self) -> rad32
inlineconstexprnoexcept

Member Data Documentation

◆ _value

f64 ice::math::rad64::_value

The documentation for this struct was generated from the following file: