LoginSignup
0
1

More than 5 years have passed since last update.

AE 正三角形の辺と高さの求め方

Last updated at Posted at 2018-06-14

計算式

三角形辺の長さ

hankei = content("グループ 1").content("多角形パス 1").outerRadius;
a=(Math.sqrt(3)*2)*(hankei/2);//辺の長さ

三角形の高さ

a=(Math.sqrt(3)*2)*(hankei/2);
h=Math.sqrt(3)/2*a;//高さ
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1