メッセージ1/8

適用対象外
11-06-2018
12:07 PM
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- パーマリンクを表示
- 印刷
- 報告
Is it possible to extract the angles of the point described by the start and end parameters after reading a dxf file, given that the semi_major, semi_minor, centre point and the start and end parameters are supplied by the dxf file.
this is the equation i am looking at,
Snippet
p(u)=(Cx+a*cos(u))*i+(Cy+b*sin(u))*j
Snippet
Cx is the X value of the point c
Cy is the Y value of the point c
a is -(1/2 of the major axis length)
b is -(1/2 of the minor axis length)
i and j represent unit vectors in the X and Y directions
im not sure how or if you can rearrange to extract the angles for the start and end point, or just get the points themselves
解決済! 解決策の投稿を見る。