quaternion:__tostring
code:Lua
t = tostring(q)
モジュール
quaternion
引数
table:_
変数 型 概要
1 q userdata 四元数クラス
返り値
table:_
変数 型 概要
1 t string 処理された文字列
概要
tostring関数を使用した時に、"(w,x,y,z)"という文字列を返すメタメソッド。