Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定の 2 点間に正弦波を描く必要があるアプリを作成しています。私は Google で検索しましたが、Google で検索しましたが、適切と思われるものは見つかりませんでした。
Android で事前に定義されたポイントを使用して滑らかな波のようなフォームを描画する効率的な方法はありますか?
android.graphics.Pathクラスを 使用して、一連のコントロールポイント間に2次または3次のベジェスプライン曲線のセットを作成できます。