Home
last modified time | relevance | path

Searched refs:Celx_Rotation (Results 1 – 8 of 8) sorted by relevance

/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx_rotation.cpp24 celx.setClass(Celx_Rotation); in rotation_new()
34 return static_cast<Quatd*>(celx.checkUserData(index, Celx_Rotation)); in to_rotation()
81 if (celx.isType(1, Celx_Rotation) && celx.isType(2, Celx_Rotation)) in rotation_mult()
88 if (celx.isType(1, Celx_Rotation) && lua_isnumber(l, 2)) in rotation_mult()
95 if (lua_isnumber(l, 1) && celx.isType(2, Celx_Rotation)) in rotation_mult()
255 celx.createClassMetatable(Celx_Rotation); in CreateRotationMetaTable()
H A Dcelx_frame.cpp73 else if (celx.isType(2, Celx_Rotation)) in frame_from()
116 else if (celx.isType(2, Celx_Rotation)) in frame_to()
H A Dcelx_internal.h29 Celx_Rotation = 5, enumerator
H A Dcelx_vector.cpp234 if (celx.isType(1, Celx_Vec3) && celx.isType(2, Celx_Rotation)) in vector_mult()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx_rotation.cpp24 celx.setClass(Celx_Rotation); in rotation_new()
34 return static_cast<Quatd*>(celx.checkUserData(index, Celx_Rotation)); in to_rotation()
81 if (celx.isType(1, Celx_Rotation) && celx.isType(2, Celx_Rotation)) in rotation_mult()
88 if (celx.isType(1, Celx_Rotation) && lua_isnumber(l, 2)) in rotation_mult()
95 if (lua_isnumber(l, 1) && celx.isType(2, Celx_Rotation)) in rotation_mult()
255 celx.createClassMetatable(Celx_Rotation); in CreateRotationMetaTable()
H A Dcelx_frame.cpp73 else if (celx.isType(2, Celx_Rotation)) in frame_from()
116 else if (celx.isType(2, Celx_Rotation)) in frame_to()
H A Dcelx_internal.h29 Celx_Rotation = 5, enumerator
H A Dcelx_vector.cpp234 if (celx.isType(1, Celx_Vec3) && celx.isType(2, Celx_Rotation)) in vector_mult()