Difference between revisions of "Joint:getReactionTorque (日本語)"

(Created page with "第二物体においての反作用力矩を返します。 == 関数 == {{newin (日本語)|0.8.0|080|type=異形}} === 概要 === <source lang="lua"> torque = Joint:ge...")
 
m
 
Line 1: Line 1:
第二物体においての反作用力矩を返します。
+
第二物体においての反作用力矩(トルク)を返します。
  
 
== 関数 ==
 
== 関数 ==
Line 26: Line 26:
 
* [[parent::Joint (日本語)]]
 
* [[parent::Joint (日本語)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=第二物体においての反作用力矩を返します。}}
+
{{#set:Description=第二物体においての反作用力矩(トルク)を返します。}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 
== そのほかの言語 ==
 
== そのほかの言語 ==
 
{{i18n|Joint:getReactionTorque}}
 
{{i18n|Joint:getReactionTorque}}

Latest revision as of 11:33, 5 November 2016

第二物体においての反作用力矩(トルク)を返します。

関数

LÖVE 0.8.0 から使用可能
この異形は以前のバージョンでは非対応です。

概要

torque = Joint:getReactionTorque( invdt )

引数

number invdt
力を適用する時間の長さ。通常は反転された時間刻みまたは 1/dt (デルタ時間)です。

返値

number torque
第二物体においての反作用力矩。

関数

LÖVE 0.8.0 から廃止
この異形は以降のバージョンでは非対応です。

概要

torque = Joint:getReactionTorque( )

引数

なし。

返値

number torque
第二物体においての反作用力矩。

関連


そのほかの言語