NicoyouGame
Preparing search index...
The search index is not available
Documentation
Documentation
get_cubic_bezier_point
Function get_cubic_bezier_point
get_
cubic_
bezier_
point
(
t
,
control_point_x
?
,
control_point_y
?
)
:
float
3 次ベジェ曲線を取得する
Parameters
t
:
number
ベジェ曲線の点の位置 0 ~ 1 の範囲で指定する
control_point_x
:
number
= 0.9
曲線の制御点の x 座標
control_point_y
:
number
= 0.9
曲線の制御点の y 座標
Returns
float
ベジェ曲線の点の y 座標
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
3 次ベジェ曲線を取得する