loc_cylindrical

MDL-like method特定の参照フレームで、特定の円筒値のセットを求めるための、全体フレームでの3つの座標値のセットを返します。

関数名

loc_cylindrical

使用法

loc_cylindrical (coord, rm)

引数

coord
位置またはポイント。
rmマーカーを基準にした円筒座標で表現されるデカルト座標でのポイント。
rm
参照マーカー
このマーカーは、ポイント座標の変換に使用される相対参照フレームです。

coord = Vector(1,30,0)
rm    = Marker()
coord = loc_cylindrical(coord,rm)
# coord should be this series of coordinates: 0.866,0.5,0