一部のデータの視覚化に取り組んでいますが、問題が発生しました。次のようなデータに基づいて楕円を描く必要があります。
{
x: 455.53 //the center x coordinate
y: 122.44 //the center y coordinate
e1: .24101 //value from -1 to 1, represents stretching along x when positive, along y when negative
e2: -.44211 //value from -1 to 1, represents stretching along the 45 degree line when positive and 135 when negative
}
簡単に言えば、これを行う方法がわかりません...これは1回限りの視覚化であるため、効率は問題になりません。誰かがe1/e2を操作して、焦点または長/短軸と回転角を取得する方法を提案できれば、それは非常に素晴らしいことです。ありがとう!