Biểu thức 10: "y" equals "a" plus "x" * ( "b" minus "a" ) left brace, 0 less than "x" less than 1 , right bracey=a+x*(b−a)0<x<1
10
t = ${t} left parenthesis, "t" , 0 , right parenthesist,0
Nhãn:
equals=
left parenthesis, 0.8 , 0 , right parenthesis0.8,0
11
Biểu thức 12: "x" equals "t" left brace, min left parenthesis, 0 , "r" Subscript, "e" , Baseline , right parenthesis less than "y" less than max left parenthesis, 0 , "r" Subscript, "e" , Baseline , right parenthesis , right bracex=tmin0,re<y<max0,re
12
Biểu thức 13: "y" equals "r" Subscript, "e" , Baseline left brace, min left parenthesis, 0 , "t" , right parenthesis less than "x" less than max left parenthesis, 0 , "t" , right parenthesis , right bracey=remin0,t<x<max0,t
13
${r_e} left parenthesis, 0 , "r" Subscript, "e" , Baseline , right parenthesis0,re
Nhãn:
equals=
left parenthesis, 0 , 0.7 , right parenthesis0,0.7
14
float a = ${a}f; left parenthesis, negative 1.3 5 , 0.9 5 , right parenthesis−1.35,0.95
Nhãn:
15
float b = ${b}f; left parenthesis, negative 1.3 5 , 0.7 5 , right parenthesis−1.35,0.75
Nhãn:
16
float t = ${t}f; left parenthesis, negative 1.3 5 , 0.5 5 , right parenthesis−1.35,0.55
Nhãn:
17
float result = Mathf.Lerp(a, b, t); left parenthesis, 1.0 , negative 0.3 5 , right parenthesis1.0,−0.35
Nhãn:
18
// result = ${r_e}f: left parenthesis, 1.0 , negative 0.5 5 , right parenthesis1.0,−0.55
Nhãn:
19
20
cung cấp bởi
cung cấp bởi
a = -0.5
b = 1
t = 0.8
0.7
float a = -0.5f;
float b = 1f;
float t = 0.8f;
float result = Mathf.Lerp(a, b, t);
// result = 0.7f
"x"x
"y"y
"a" squareda2
"a" Superscript, "b" , Baselineab
77
88
99
over÷
chức năng
((
))
less than<
greater than>
44
55
66
times×
| "a" ||a|
,,
less than or equal to≤
greater than or equal to≥
11
22
33
negative−
A B C
StartRoot, , EndRoot
piπ
00
..
equals=
positive+
hoặc
để lưu đồ thị của bạn!
Đồ thị mới
Ví dụ
Đường thẳng: Dạng có hệ số góc và tung độ gốc
ví dụ
Đường thẳng: Dạng đi qua một điểm và có hệ số góc cho sẵn