検索結果- 英語 - 多言語
検索内容:
circle inversion
(geometry, inversive geometry, for a given circle with centre O and radius r) A transformation that maps any point P ≠ O to the point P’ on the ray from O through P for which OP × OP’ = r², and which maps O to the point at infinity.
(幾何学)指定された中心Oと半径rを持つ円を基準に、中心O以外の任意の点Pを、OPとP’間の積がr²となるように写像する変換。この変換では、中心Oは無限遠点に写される。
inversive geometry
(geometry) The branch of geometry concerned with inversion transformations, specifically circle inversions in the Euclidean plane, but also as generalised in non-Euclidean and higher-dimensional spaces.
反転変換(特にユークリッド平面上の円反転)を中心とする幾何学の一分野。非ユークリッド空間や高次元空間へと一般化された理論も含む。
circle inversions
plural of circle inversion
『circle inversion』という単語の複数形です。
retrograde inversion
(music) A technique where the composer will take the inversion of the tone row, and write that backwards, thus creating a retrograded inversion of the original note row.
音楽用語。トーン・ロウにおける反転形(各音程の間隔を反転させた形)を、逆順(レトログレード)に再配置して用いる作曲技法。
population inversions
nitrogen inversions
temperature inversions
dependency inversion principle
(object-oriented programming) Design principle that states that (1) High- and low-level modules should both depend on abstractions and (2) instead of abstractions depending upon details, details should depend upon abstractions.
依存逆転の原則:高水準モジュールと低水準モジュールはともに抽象に依存すべきであり、抽象が詳細に依存するのではなく、詳細が抽象に依存するというオブジェクト指向プログラミングの設計原則。