2点間の距離の求め方
2008年10月17日 10:31
Pointクラスのdistanceメソッドを使用すると、ピタゴラスの定理を使わずとも距離が計算できるんだと。
ほほぅー。
//example) var point1:Point = new Point(50, 50); var point2:Point = new Point(300, 300); var distance:Number = Point.distance(point1, point2); trace(distance); //353.5533905932738
カテゴリー: 数学・物理
Leave a comment
コメントはまだありません
No comments yet.