blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
214
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
6
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
21 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
141k
586M
star_events_count
int64
0
30.4k
fork_events_count
int64
0
9.67k
gha_license_id
stringclasses
8 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
50 values
src_encoding
stringclasses
23 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
5
10.4M
extension
stringclasses
29 values
filename
stringlengths
2
96
content
stringlengths
5
10.4M
d37967d2fbc3a5bfe0c79dc450d5cd5c413cb976
28e195c7e4e46dc250cc7a75b9e61009f77dbcaa
/syntax-test.tst
b52b7784fd8996ca363395fd62093bc27918c343
[]
no_license
Welcome-To-My-Repo/Uncommon-Lisp
dd7dea996373dba10204ad4f64d46b8a6cfa0134
0d85e8fd347460b08110e25dd258d90e349ac7ee
refs/heads/master
2023-02-22T09:25:32.621024
2023-02-07T04:10:35
2023-02-07T04:10:35
268,149,744
0
0
null
null
null
null
UTF-8
Scilab
false
false
327
tst
syntax-test.tst
dynamic language requirements for ether. object oriented functional prodeural variables are any printable character between 1-7 letters. thst's roughly 44 trillion 7 letter identifiers. statements expressions objects blocks functions methods works on a state machine that traverses a tree structure. interactive compiler
d3b2d78dcb3c7e70e0e30aede12966bcc311d796
491f29501fa7d484a5860f64aef3fa89fb18ca3d
/.sandbox/robotics/HuMAns_pa10/RobotSim/pa10Plot.sci
684178f5053c6c13b72234459ee7922397e32e0a
[ "Apache-2.0" ]
permissive
siconos/siconos-tutorials
e7e6ffbaaea49add49eddd317c46760393e3ef9a
0472c74e27090c76361d0b59283625ea88f80f4b
refs/heads/master
2023-06-10T16:43:13.060120
2023-06-01T07:21:25
2023-06-01T07:21:25
152,255,663
7
2
Apache-2.0
2021-04-08T12:00:39
2018-10-09T13:26:39
Jupyter Notebook
UTF-8
Scilab
false
false
501
sci
pa10Plot.sci
function[]=pa10Plot2D(index) // 1=q, 2=qdot, 3=U, 4=User (qd) // q, qd axis index subplot(2,1,1); simulationPlot2D(1,index); //simulationPlot2D(4,index); // Error xe simulationPlot2D(4,index); // U subplot(2,1,2); simulationPlot2D(3,index); endfunction function[]=pa10Plot3D() pa10IndexTags=[1,7,9,15,17,23]; simulationPlot3D(pa10Tags,pa10IndexTags,1); endfunction function[]=pa10PlotQ(Q) pa10IndexTags=[1,7,9,15,17,23]; simulationPlotQ(Q,pa10Tags,pa10IndexTags,1) endfunction
1d60052fb1d9e0c0b7e5488671ae81c2ebcab56b
449d555969bfd7befe906877abab098c6e63a0e8
/812/CH8/EX8.09/8_09.sce
f2de249c942fd51ad237c995bb96dbde5abf64ca
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
564
sce
8_09.sce
//Loss Coefficient// pathname=get_absolute_file_path('8.09.sce') filename=pathname+filesep()+'8.09-data.sci' exec(filename) //Average velocity (in ft/s): V2=4/%pi*Q/D^2*144 //Reynolds number: Re=V2*D/v/12 //For this value, f=0.013; //Power law exponent: n=-1.7+1.8*log10(Re) //Value of V/U: v_u=2*n^2/(n+1)/(2*n+1) //Value of alpha: alpha=(1/v_u)^3*2*n^2/(3+n)/(3+2*n) //Loss Coefficient for a square edged entrance: K=2*g*h/V2^2-f*L/D*12-alpha; printf("\n\nRESULTS\n\n") printf("\n\nLoss Coefficient for a square edged entrance: %.3f \n\n",K)
f584bd585901a5b8ba18b1cfb1427ba0be0c2e23
449d555969bfd7befe906877abab098c6e63a0e8
/3863/CH12/EX12.1/Ex12_1.sce
52e25e1a358d2e331cc84e055010b11934b6f180
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
575
sce
Ex12_1.sce
clear // //Given //Variable declaration L=6*1000 //Length in mm W=50*1000 //Point load in N I=78e6 //Moment of Inertia in mm^4 E=2.1e5 //Young's modulus in N/sq.mm //Calculation yc=((W*L**3)/(48*E*I)) //The deflection at the centre in mm thetaB=((180/%pi)*((W*L**2)/(16*E*I))) //The slope at the supports //Result printf("\n Deflection at the centre = %0.3f mm",yc) printf("\n NOTE:The answer given for slope at the support is wrong.The correct answer is,") printf("\n Slope at the support = %0.3f degree",thetaB)
5452e72be877118d4be637a5121c2c24a6cd35b1
3cbee2296fd6b54f80587eead83813d4c878e06a
/sci2blif/sci2blif_added_blocks/bias_gen.sce
0f25ce576d5d9503663d470b946df1c18ef62baa
[]
no_license
nikhil-soraba/rasp30
872afa4ad0820b8ca3ea4f232c4168193acbd854
936c6438de595f9ac30d5619a887419c5bae2b0f
refs/heads/master
2021-01-12T15:19:09.899590
2016-10-31T03:23:48
2016-10-31T03:23:48
71,756,442
0
0
null
2016-10-24T05:58:57
2016-10-24T05:58:56
null
UTF-8
Scilab
false
false
674
sce
bias_gen.sce
//**************************** bias_gen ********************************** if (blk_name.entries(bl) == "bias_gen") then mputl("#bias_gen",fd_w); for ss=1:scs_m.objs(bl).model.ipar(1) l1_str= ".subckt bias_gen in[0]=net"+string(blk(blk_objs(bl),2))+"_"+string(ss)+" out[0]=net"+string(blk(blk_objs(bl),2+numofip))+"_"+string(ss)+" out[1]=net"+string(blk(blk_objs(bl),3+numofip))+"_"+string(ss)+" #bias_gen_fg[0] =0&bias_gen_current1 ="+string(sprintf('%e',scs_m.objs(bl).model.rpar(1)))+'&bias_gen_current2 ="+string(sprintf('%e',scs_m.objs(bl).model.rpar(2)))'; mputl(l1_str,fd_w); mputl(" ",fd_w); end mputl("",fd_w); end
76b9906ec0a9de1bb01cad3bc9d5e416693d20a3
449d555969bfd7befe906877abab098c6e63a0e8
/2489/CH10/EX10.1/10_1.sce
59d602d29caf9415ead8624e9b2f68ffd0679358
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
204
sce
10_1.sce
clc //Intitalisation of variables clear Kp= 1.44*10^-5 //atm R= 0.082 //lit-atm mole^-1 deg^-1 T= 500 //C //CALCULATIONS Kc= Kp/((273+T)*R)^-2 //RESULTS printf ('Kc = %.2e moles per litre ',Kc)
73406cd95e227ffd9e60017a5fe02283a2c45974
449d555969bfd7befe906877abab098c6e63a0e8
/1382/CH2/EX2.5.b/ex_2_5_b.sce
fb7e569abe5e3c2c620a0ab9e59f76dd2760b02a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
172
sce
ex_2_5_b.sce
// Example 2.5.b: Calculate Common Base D.C. Current gain Beta=100;//Common emitter D.C. Current gain alfa= (Beta/(1+Beta)); disp(alfa,"Common Base D.C. Current gain")
e36a7d1859486c8003c349f1cd59456395c0d37c
449d555969bfd7befe906877abab098c6e63a0e8
/2705/CH4/EX4.2/Ex4_2.sce
d3c8e64ddebe801fecaa6ff00d756c62d6b3aae8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
1,661
sce
Ex4_2.sce
clear; clc; disp('Example 4.2'); // aim : To determine // saturation temperature and enthalpy // Given values P = 2.04;// pressure, [MN/m^2] // solution // since in the steam table values of enthalpy and saturation temperature at 2 and 2.1 MN?m^2 are given, so for knowing required values at given pressure,there is need to do interpolation // calculation of saturation temperature // from steam table Table_P_tf = [[2.1,2.0];[214.9,212.4]]; // P in [MN/m^2] and tf in [C] // using interpolation tf = interpln(Table_P_tf,2.04);// saturation temperature at given condition mprintf('\n The Saturation temperature is = %f C \n',tf); // calculation of specific liquid enthalpy // from steam table Table_P_hf = [[2.1,2.0];[920.0,908.6]];// P in [MN/m^2] and hf in [kJ/kg] // using interpolation hf = interpln(Table_P_hf,2.04); // enthalpy at given condition, [kJ/kg] mprintf('\n The Specific liquid enthalpy is = %f kJ/kg \n',hf); // calculation of specific enthalpy of evaporation // from steam table Table_P_hfg = [[2.1,2.0];[1878.2,1888.6]];// P in [MN/m^2] and hfg in [kJ/kg] // using interpolation hfg = interpln(Table_P_hfg,2.04); // enthalpy at given condition, [kJ/kg] mprintf('\n The Specific enthalpy of evaporation is = %f kJ/kg \n',hfg); // calculation of specific enthalpy of dry saturated steam // from steam table Table_P_hg = [[2.1,2.0];[2798.2,2797.2]];//P in [MN/m^2] and hg in [kJ/kg] // using interpolation hg = interpln(Table_P_hg,2.04); // enthalpy at given condition, [kJ/kg] mprintf('\n The Specific enthalpy of dry saturated steam is = %f kJ/kg \n',hg); // End
594bfd3756d96ffece6e39b1304fd7260d0effac
449d555969bfd7befe906877abab098c6e63a0e8
/1409/CH5/EX5.12/5_12.sce
6d11d4e1c24fdb02018bbeeafa68dfdb04d5142e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
496
sce
5_12.sce
clc; //page no 5-23 //Example 5.12 //Given s(t)=10*sin[(5.7*10^8*t)+5*sin(12*10^3*t)] //Comparing it with standard FM: s(t)= Ac(wc*t+beta*sin(wm*t)) Ac=10; wc=5.7*10^8; wm=12*10^3; beta1=5; fc=(wc/(2*%pi))*10^(-6); disp(+'MHz',fc,'Carrier frequency='); fm=(wm/(2*%pi))*10^(-3); disp(+'kHz',fm,'Modulating frequency='); disp(beta1,'Modulation index='); fd=beta1*fm; disp(+'kHz',fd,'Frequency deviation='); R=100;//in ohms p=[(Ac/sqrt(2))^2]/R; disp(+'W',p,'Power dissipated=');
c97b4abbd7fa04ac95914e8865473d10b497d617
449d555969bfd7befe906877abab098c6e63a0e8
/1628/CH2/EX2.8/Ex2_8.sce
ed56059810594f25ed5a2d314f0d5ba47bbd425b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
689
sce
Ex2_8.sce
// Example 2.8 v=120; // Supply voltage p=60; // Power R=v^2/p; // Resistance // the combination R of bulb B & C is Rbc=240/2 i.e Rbc=120 // vb=vc Rbc=240/2; // R of each bulb k=240+120; vc=Rbc*(120/k); // volt across Vc & Vb {using Volt Divider Rule } va=120-40; // volt across Va disp(' the Voltage across bulb A & B = '+string(vc)+' Volt'); disp(' the Voltage across bulb C = '+string(va)+' Volt'); vb=40; p=(va)^2/240+(vb)^2/240+(vc)^2/240; // p=pa+pb+pc total power disp(' Totale Power Dissipated is = '+string(p)+' Watt'); // p 25 2.8
200294103ac7e1de61eb1bd01e70907f85beb4b8
449d555969bfd7befe906877abab098c6e63a0e8
/3821/CH14/EX14.16/Example14_16.sce
835eefb047c391c5b2ea4e57caf91701ca26cd4b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
1,577
sce
Example14_16.sce
////Chapter No 14 Air Standard Cycles ////Example No 14.16 Page No 317 ///Find constant pressure //Input data clc; clear; r=14; //compression ratio of standard diesel cycle P1=1; //compression stroke in bar T1=300; //temperature of air in k T3=2774; //temperature rises in k CP=1.005; v1=14; v2=1; gamma1=1.4; Qs=1921.43; R=0.287*10^3; //Calculation T2=T1*((v1/v2)^(gamma1-1)); //Constant pressure rho=T3/T2; //cut-off ratio eta=(1-(1/r^(gamma1-1))*((1/gamma1)*(((rho^(gamma1))-1)/(rho-1))))*100; //air standard efficiency HS=(CP*(T3-T2)); //heat supplied WD=(Qs*eta)*10^-2; //Net work done v1=(R*T1/P1)*10^-5; //characteristics gas equation v2=(v1/r ); //characteristics gas equation Sv=(v1-v2); //Swept volume Pme=(WD/Sv )*10^-2; //Mean effective pressur Pm=((P1*r)/((r-1)*(gamma1-1)))*((gamma1*(r^(gamma1-1)))*(rho-1)-((rho^(gamma1))-1)); // mean effective pressure //utput printf('constant pressure= %f K \n',T2); printf('cut-off ratio= %f \n ',rho); printf('air standard efficiency= %f percent \n',eta); printf('heat supplied= %f KJ/Kg \n',HS); printf('Net work done= %f KJ/Kg \n',WD); printf('characteristics gas equation= %f m^3/Kg \n',v1); printf('characteristics gas equation=%f m^3/Kg \n ',v2); printf('Swept volume=%f m^3/Kg \n ',Sv); printf('Mean effective pressure= %f bar \n',Pme); printf('Mean effective pressure= %f bar \n ',Pm);
a353e8cc47be8e976bf37f4bf105d01b47453fbc
449d555969bfd7befe906877abab098c6e63a0e8
/61/CH13/EX13.7/ex13_7.sce
e0d1b1184719e51ce92740ae72e76c84e14966c2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
418
sce
ex13_7.sce
//ex13.4 V_IN1=3; V_IN2=2; V_IN3=8; R_f=10*10^3; R1=47*10^3; R2=100*10^3; R3=10*10^3; weight_of_input1=R_f/R1; weight_of_input2=R_f/R2; weight_of_input3=R_f/R3; V_OUT=-(weight_of_input1*V_IN1+weight_of_input2*V_IN2+weight_of_input3*V_IN3); disp(weight_of_input1,'weight_of_input1') disp(weight_of_input2,'weight_of_input2') disp(weight_of_input3,'weight_of_input3') disp(V_OUT,'output voltage in volts')
ea9e0c52104dcd4c84bae3ec92625355dcaaa3e9
449d555969bfd7befe906877abab098c6e63a0e8
/3176/CH10/EX10.23/Ex10_23.sce
808c93a5adb83a83425cee353952d8a3d058f2b7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
2,168
sce
Ex10_23.sce
//Ex10_23 // Segmentation by Region Growing // Version : Scilab 5.4.1 // Operating System : Window-xp, Window-7 //Toolbox: Image Processing Design 8.3.1-1 //Toolbox: SIVP 0.5.3.1-2 //Reference book name : Digital Image Processing //book author: Rafael C. Gonzalez and Richard E. Woods clc; close; clear; xdel(winsid())//to close all currently open figure(s). a=imread("Ex10_23.tif"); a1=im2double(a); figure,ShowImage(a1,'Gray Image'); title('Original Image','color','blue','fontsize',4); [M,N]=size(a); [count cell]=imhist(a); figure,plot2d3(cell,count); title('Histogram','color','blue','fontsize',4); th=254/255; Thresh_Image=im2bw(a1,th); figure,ShowImage(Thresh_Image,'Gray Image'); title('Thresholded Image','color','blue','fontsize',4); for i=1:M for j=1:N if(Thresh_Image(i,j)) then Thresh_Image1(i,j)=1; else Thresh_Image1(i,j)=0; end end end BlobImage = SearchBlobs(Thresh_Image); // Connected Compoment Labelling IsCalculated = CreateFeatureStruct(%f); // Feature struct is generated. IsCalculated.Centroid = %t; // The bounding box shall be calculated for each blob. BlobStatistics = AnalyzeBlobs(BlobImage, IsCalculated); Seed_Image=zeros(M,N); for i=1:max(BlobImage) // Centroid Calculation Seed_Image(BlobStatistics(i).Centroid(1,2),BlobStatistics(i).Centroid(1,1))=1; end figure,ShowImage(Seed_Image,'Gray Image'); title('Seed Point Image','color','blue','fontsize',4); Diff=uint8(255*imsubtract(a1,Thresh_Image1)); figure,ShowImage(Diff,'Gray Image'); title('Seed Point Image','color','blue','fontsize',4); [count cell]=imhist(Diff); figure,plot2d3(cell,count); title('Histogram','color','blue','fontsize',4); Thresh_Image2=uint8(zeros(M,N)) for i=1:M for j=1:N if(Diff(i,j)<=68) then Thresh_Image2(i,j)=255; else if(Diff(i,j)>68 & Diff(i,j)<=165) then Thresh_Image2(i,j)=125; else Thresh_Image2(i,j)=0; end end end end figure,ShowImage(uint8(Thresh_Image2),'Gray Image'); title('Seed Point Image','color','blue','fontsize',4);
b19c35dbd9116978dba6c6d307588a8deb7aebf6
449d555969bfd7befe906877abab098c6e63a0e8
/698/CH7/EX7.9/P9_base_excitation.sce
31ca46f87ff8fed5c1f4b0b0de4246c3f9c01dbd
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
1,217
sce
P9_base_excitation.sce
clc //Example 7.9 //Base_excitation //------------------------------------------------------------------------------ //Given data //Desired amplitude Y=0.5*(10^-3) //m //Desired frequency f=6 //Hz w=f*2*%pi //rad/s //mass of the table m=300/9.81 //kg res9=mopen(TMPDIR+'9_base_excitation.txt','wt') mfprintf(res9,'This is a forced, steady state vibration situation.\n\n') mfprintf(res9,'There are 2 supporting springs, hence net stiffness Ke=2k\n') mfprintf(res9,'Damping coefficient Ce = 0.05 Cc = 0.05*2*sqrt(Ke*m)') mfprintf(res9,'\n\nThe expression for desired amplitude Y is\n') mfprintf(res9,'\n\tY=Fo/sqrt((ke-m*w^2)^2+(Ce*w)^2)\n') mfprintf(res9,'Y will be maximum at resonance, i.e., w=wn\n') mfprintf(res9,'Thus the design condition is k=(1/2)m*w^2\n') k=0.5*m*(w^2) mfprintf(res9,'\tk=%0.2f kN/m\n',k* 10^-3) mfprintf(res9,'\nAt resonance, Y=Fo/c*w') Fo=(0.05*2*sqrt(2*k*m))*w*Y mfprintf(res9,'\nThe peak solenoid force required is %0.2f N',Fo) mclose(res9) editor(TMPDIR+'9_base_excitation.txt') //------------------------------------------------------------------------------ //-----------------------------End of program-----------------------------------
dda40e56c3400e0ab9af4e177cc86a43d8e0a6fa
449d555969bfd7befe906877abab098c6e63a0e8
/2132/CH5/EX5.3/Example5_3.sce
78755320f5752a367e6cf49cc082658b4938e438
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
598
sce
Example5_3.sce
//Example 5.3 clc; clear; close; format('v',7); //Given data : PotentialHead=2;//meter of fluid disp("Potential Head is "+string(PotentialHead)+" meter of fluid."); v=5;//m/s g=9.81;//constant VelocityHead=v^2/2/g;//m disp("Velocity Head is "+string(VelocityHead)+" meter of fluid."); w=g*1000;//N/m^3 S=0.8;//sp. gravity of fluid p=200;//kPa PressureHead=p*10^3/w/S;//meter of fluid disp("Pressure Head is "+string(PressureHead)+" meter of fluid."); TotalHead=PotentialHead+VelocityHead+PressureHead;//meter of fluid disp("Total Head is "+string(TotalHead)+" meter of fluid.");
dc8419e9bbcbb0c008fc457c569af89e6cbfc200
449d555969bfd7befe906877abab098c6e63a0e8
/2615/CH15/EX72.4/72.sce
13c8095bc57878a6fe23766ff3b831dc391863e1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
156
sce
72.sce
clc //initialisation of variables a=251//mm b=1000//mm l=500//mm //CALCULATIONS D=a-(l/2)//mm //RESULTS printf('the lever just studies =% f mm',D)
afbf222f317ddbb9309038471d8296ea6e7e8ebc
449d555969bfd7befe906877abab098c6e63a0e8
/1118/CH2/EX2.4/eg2_4.sce
e0858363ded5b32c9944970427790c228216f78c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
369
sce
eg2_4.sce
clear; clc; //a). single phase supply //p1=v1*i1*pf //line loss= 2*i1*i1*r //percentage line loss=line loss*100/(v8i*pf) //b).three phase supply //p3=sqrt(3)*v*i3*pf //percentage line loss=3*i3*i3*r*100/p3 //ratio of load transmitted a=2; //a=p3/p1 add_load=(a-1)*100; //(p3-p1)/p1 printf("the percentage of additional load is:%.2f",add_load);
f3e28ccca12bd888a852c84f017665f865249bb7
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/tweet/bow/bow.4_7.tst
0bae0b13a93a0dd4cc44641e3888649b85cd829b
[]
no_license
mandar15/NLP_Project
3142cda82d49ba0ea30b580c46bdd0e0348fe3ec
1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2
refs/heads/master
2020-05-20T13:36:05.842840
2013-07-31T06:53:59
2013-07-31T06:53:59
6,534,406
0
1
null
null
null
null
UTF-8
Scilab
false
false
41,528
tst
bow.4_7.tst
4 8:0.05555555555555555 17:0.25 28:1.0 81:0.5 206:0.25 268:1.0 402:1.0 488:1.0 761:1.0 762:1.0 880:1.0 990:1.0 1446:0.3333333333333333 1447:1.0 1620:1.0 2088:1.0 2330:1.0 2607:0.5 3090:1.0 3091:1.0 3515:1.0 4 8:0.1111111111111111 14:2.0 31:0.5 37:0.1111111111111111 54:0.5 58:0.1 95:1.0 127:1.0 164:0.5 184:0.5 201:0.3333333333333333 202:2.0 295:0.5 296:1.0 332:1.0 482:1.0 537:1.0 542:0.5 548:0.06666666666666667 691:0.5 726:1.0 727:1.0 898:0.030303030303030304 1113:2.0 1340:1.0 1610:1.0 1644:1.0 1898:1.0 2606:1.0 2607:0.5 2734:1.0 2756:1.0 4 8:0.05555555555555555 14:1.0 21:0.5 27:0.010752688172043012 31:0.3333333333333333 45:0.3333333333333333 58:0.1 65:0.5 81:0.5 107:1.0 115:1.0 127:1.0 196:1.0 234:1.0 524:1.0 548:0.06666666666666667 726:1.0 898:0.030303030303030304 958:1.0 989:1.0 1090:1.0 1151:1.0 1644:2.0 2191:1.0 4 1:0.043478260869565216 31:0.16666666666666666 45:0.3333333333333333 54:0.5 65:0.5 88:0.5 99:0.6666666666666666 129:0.5 134:1.0 175:1.0 259:0.3333333333333333 285:1.0 300:2.0 439:0.5 448:1.0 462:1.0 537:1.0 548:0.06666666666666667 728:1.0 798:1.0 866:1.0 989:1.0 1151:1.0 1241:1.0 1341:1.0 2117:1.0 3221:1.0 3261:1.0 3484:1.0 4248:1.0 4 7:0.16666666666666666 8:0.05555555555555555 14:1.0 30:1.0 31:0.3333333333333333 32:0.5 45:0.3333333333333333 58:0.1 65:0.5 144:0.2 184:0.5 281:0.5 312:1.0 417:0.16666666666666666 437:1.0 499:1.0 500:1.0 610:1.0 741:1.0 1003:1.0 1141:1.0 1298:1.0 1494:1.0 1569:1.0 1573:1.0 1761:1.0 1775:1.0 1810:1.0 1815:1.0 4 8:0.16666666666666666 14:1.0 17:0.25 27:0.010752688172043012 31:0.5 88:0.5 123:0.5 129:0.5 133:1.0 134:1.0 153:0.3333333333333333 161:0.5 164:0.5 175:1.0 255:1.0 259:0.6666666666666666 281:2.0 285:1.0 287:1.0 288:1.0 300:2.0 453:1.0 462:1.0 490:1.0 491:1.0 497:1.0 501:0.5 576:1.0 593:0.5 742:1.0 743:1.0 789:1.0 798:1.0 1064:1.0 1079:1.0 1143:1.0 1387:1.0 1549:0.3333333333333333 2323:1.0 2546:1.0 2607:0.5 2874:1.0 2875:1.0 2959:1.0 3261:1.0 4248:1.0 4 8:0.05555555555555555 14:1.0 17:0.5 27:0.010752688172043012 31:0.5 37:0.1111111111111111 45:0.3333333333333333 88:0.5 129:0.5 174:0.09090909090909091 175:1.0 239:0.3333333333333333 259:0.6666666666666666 285:1.0 300:3.0 462:1.0 798:1.0 870:1.0 1054:1.0 1242:1.0 1421:1.0 1428:1.0 1664:0.5 1848:1.0 2164:1.0 2222:1.0 2388:1.0 3261:1.0 3291:1.0 4 7:0.16666666666666666 8:0.1111111111111111 21:1.0 22:0.14285714285714285 30:1.0 31:0.3333333333333333 58:0.1 99:0.3333333333333333 107:2.0 116:1.0 129:0.5 131:1.0 133:1.0 144:0.2 145:0.2 164:0.5 169:0.1 174:0.09090909090909091 219:1.0 259:1.6666666666666667 281:0.5 312:1.0 377:1.0 437:1.0 499:1.0 500:1.0 528:1.0 551:0.5 610:1.0 888:1.0 889:3.0 927:1.0 980:1.0 992:3.0 1432:1.0 1494:1.0 1573:1.0 1775:1.0 1810:1.0 2328:1.0 3246:1.0 3253:1.0 3597:1.0 4 1:0.043478260869565216 8:0.1111111111111111 12:1.0 14:1.0 22:0.14285714285714285 31:0.3333333333333333 45:0.6666666666666666 50:0.25 58:0.2 88:0.5 95:1.0 96:1.0 129:0.5 134:1.0 142:1.0 144:0.2 162:2.0 175:1.0 193:0.09523809523809523 259:0.3333333333333333 285:1.0 291:1.0 295:0.5 296:1.0 300:2.0 342:1.0 437:1.0 439:0.5 462:1.0 798:1.0 870:1.0 1087:0.5 1201:1.0 1245:1.0 1704:1.0 1783:1.0 1931:1.0 2218:1.0 2297:1.0 2607:0.5 2638:1.0 2801:1.0 2874:1.0 2875:1.0 3261:1.0 4248:1.0 4 1:0.043478260869565216 8:0.1111111111111111 14:1.0 22:0.14285714285714285 31:0.3333333333333333 41:0.5 45:0.6666666666666666 58:0.1 61:0.5 84:1.0 88:0.5 95:0.5 96:1.0 129:0.5 134:1.0 174:0.09090909090909091 175:1.0 187:1.0 188:1.0 214:1.0 216:1.0 234:1.0 235:1.0 259:0.6666666666666666 285:1.0 295:0.5 300:2.0 342:1.0 437:1.0 453:1.0 462:1.0 798:1.0 954:0.5 1072:1.0 1148:1.0 1201:1.0 1704:1.0 1783:1.0 2218:1.0 2297:1.0 2607:0.5 3209:1.0 3261:1.0 4248:1.0 4 1:0.043478260869565216 8:0.1111111111111111 14:1.0 17:0.25 21:0.5 24:1.0 27:0.010752688172043012 28:1.0 107:1.0 134:1.0 141:1.0 142:1.0 144:0.2 168:1.0 172:1.0 201:0.3333333333333333 281:1.0 291:1.0 333:1.0 338:1.0 433:1.0 446:1.0 496:1.0 499:1.0 517:1.0 523:1.0 653:1.0 654:1.0 769:1.0 829:1.0 1070:1.0 1255:1.0 1439:1.0 1810:1.0 1815:1.0 1947:1.0 4918:1.0 4 1:0.043478260869565216 6:0.3333333333333333 8:0.1111111111111111 27:0.010752688172043012 30:1.0 45:1.0 46:1.0 51:0.2 58:0.2 91:1.0 137:1.0 153:0.3333333333333333 169:0.1 234:1.0 259:0.3333333333333333 280:1.0 281:0.5 282:1.0 287:1.0 288:1.0 355:1.0 464:1.0 502:1.0 538:0.5 630:1.0 686:1.0 733:1.0 742:1.0 954:0.5 1102:1.0 1628:1.0 1632:1.0 2607:0.5 2709:1.0 4 8:0.1111111111111111 14:1.0 24:1.0 27:0.010752688172043012 31:0.16666666666666666 37:0.1111111111111111 45:0.6666666666666666 88:0.5 133:1.0 139:0.5 145:0.2 155:1.0 162:1.0 172:1.0 268:1.0 275:0.5 291:1.0 304:0.5 306:1.0 332:1.0 422:1.0 433:1.0 514:1.0 596:1.0 697:0.5 699:0.25 800:1.0 861:1.0 877:1.0 919:0.2 1856:1.0 1979:1.0 2451:1.0 2523:1.0 2530:1.0 2607:0.5 5358:1.0 6164:1.0 4 1:0.043478260869565216 8:0.16666666666666666 14:1.0 21:0.5 26:1.0 27:0.010752688172043012 31:0.16666666666666666 45:0.3333333333333333 129:0.5 134:1.0 175:1.0 196:1.0 259:0.3333333333333333 285:1.0 300:2.0 312:1.0 328:0.14285714285714285 439:0.5 462:1.0 798:1.0 819:1.0 1065:1.0 1102:1.0 1484:1.0 2124:1.0 2260:1.0 2478:1.0 2607:0.5 2661:1.0 2857:1.0 2874:1.0 2903:1.0 3261:1.0 3336:1.0 4248:1.0 4 1:0.08695652173913043 8:0.1111111111111111 14:3.0 22:0.2857142857142857 27:0.010752688172043012 31:0.16666666666666666 45:0.3333333333333333 65:0.5 69:0.3333333333333333 77:0.3333333333333333 123:0.5 129:0.5 130:0.5 134:1.0 138:1.0 152:1.0 162:1.0 175:1.0 184:0.5 193:0.23809523809523808 197:1.0 204:1.0 205:1.0 212:1.0 259:0.3333333333333333 285:2.0 300:2.0 301:1.0 375:1.0 409:0.3333333333333333 433:1.0 439:0.5 448:1.0 449:1.0 453:1.0 462:1.0 514:1.0 667:1.0 741:1.0 745:1.0 798:1.0 849:1.0 1065:1.0 1113:1.0 2874:1.0 3261:1.0 3264:1.0 3265:1.0 3336:1.0 4248:1.0 4 1:0.043478260869565216 8:0.16666666666666666 14:1.0 17:0.25 27:0.010752688172043012 31:0.3333333333333333 32:0.5 36:1.0 45:0.6666666666666666 65:0.5 75:1.0 99:0.3333333333333333 115:1.0 144:0.2 145:0.2 162:1.0 174:0.09090909090909091 200:1.0 202:1.0 239:0.3333333333333333 259:0.3333333333333333 312:1.0 346:0.5 391:1.0 462:1.0 573:1.0 657:1.0 846:1.0 1054:1.0 1064:1.0 1220:1.0 1564:1.0 1777:1.0 1801:1.0 1811:1.0 2347:1.0 2676:1.0 3037:1.0 3261:2.0 3272:0.5 4 7:0.16666666666666666 8:0.16666666666666666 31:0.5 44:1.0 45:1.0 58:0.2 84:1.0 111:1.0 123:0.5 133:1.0 155:1.0 162:2.0 181:0.07692307692307693 184:0.5 190:1.0 218:1.0 234:1.0 259:0.3333333333333333 263:1.0 268:1.0 288:1.0 317:1.0 335:1.0 338:1.0 344:1.0 446:1.0 451:1.0 677:1.0 800:1.0 853:1.0 876:1.0 937:0.4 1220:1.0 1392:1.0 1405:0.5 1616:1.0 1777:1.0 2106:1.0 4 7:0.16666666666666666 14:3.0 17:0.5 21:0.5 37:0.1111111111111111 45:0.3333333333333333 58:0.1 88:0.5 145:0.2 146:1.0 160:1.0 164:0.5 169:0.1 175:1.0 212:1.0 232:1.0 259:0.3333333333333333 266:1.0 281:0.5 285:1.0 342:1.0 373:1.0 377:1.0 391:1.0 495:1.0 496:1.0 537:1.0 699:0.25 847:1.0 988:1.0 1065:1.0 1123:1.0 1126:1.0 1203:1.0 1278:1.0 1382:1.0 1478:1.0 1519:1.0 1669:1.0 2996:1.0 3276:1.0 3277:1.0 4 1:0.043478260869565216 7:0.3333333333333333 24:2.0 27:0.010752688172043012 30:1.0 31:0.16666666666666666 45:0.6666666666666666 58:0.3 137:1.0 144:0.2 148:1.0 150:1.0 169:0.1 174:0.09090909090909091 175:1.0 232:1.0 259:0.6666666666666666 363:1.0 364:1.0 422:1.0 437:1.0 667:1.0 686:1.0 1012:0.5 1773:1.0 2294:1.0 2607:0.5 4 7:0.3333333333333333 8:0.3333333333333333 12:1.0 14:1.0 17:0.25 27:0.021505376344086023 31:0.3333333333333333 37:0.1111111111111111 54:0.5 81:0.5 86:0.16666666666666666 134:1.0 141:1.0 142:1.0 144:0.2 145:0.2 162:1.0 174:0.09090909090909091 181:0.07692307692307693 182:1.0 184:0.5 237:1.0 259:0.3333333333333333 281:0.5 305:1.0 319:1.0 374:1.0 391:1.0 404:1.0 499:1.0 500:1.0 501:0.5 653:1.0 688:1.0 980:1.0 1149:1.0 1369:1.0 1519:1.0 1808:1.0 1815:1.0 2093:1.0 2095:1.0 2260:1.0 2388:1.0 2607:0.5 2845:1.0 2846:1.0 2851:1.0 3209:1.0 3329:1.0 4 14:1.0 45:1.3333333333333333 51:0.4 99:0.3333333333333333 130:0.5 134:1.0 141:1.0 153:0.3333333333333333 174:0.09090909090909091 197:1.0 259:0.3333333333333333 281:1.0 282:1.0 285:2.0 286:1.0 287:1.0 288:1.0 291:1.0 373:1.0 519:1.0 742:1.0 1719:1.0 1777:1.0 2910:1.0 5475:1.0 4 8:0.1111111111111111 14:1.0 17:0.5 24:1.0 31:0.16666666666666666 45:0.3333333333333333 58:0.1 59:1.0 116:1.0 134:1.0 139:0.5 145:0.2 169:0.1 291:1.0 301:1.0 391:2.0 404:1.0 420:0.5 421:1.0 422:1.0 519:1.0 604:1.0 632:1.0 1070:1.0 1618:1.0 1815:1.0 1816:1.0 1923:1.0 2362:1.0 3442:1.0 3500:1.0 4 8:0.05555555555555555 17:0.5 21:0.5 31:0.5 45:0.6666666666666666 58:0.1 84:1.0 86:0.16666666666666666 115:1.0 164:0.5 187:1.0 188:1.0 234:1.0 252:0.5 259:0.3333333333333333 261:1.0 321:0.3333333333333333 322:1.0 326:0.5 425:0.3333333333333333 581:1.0 634:1.0 750:1.0 765:1.0 846:1.0 952:0.5 988:1.0 1492:1.0 2658:1.0 3500:1.0 4 8:0.16666666666666666 14:1.0 17:0.25 27:0.010752688172043012 31:0.3333333333333333 32:0.5 37:0.1111111111111111 45:0.3333333333333333 58:0.2 88:0.5 123:0.5 139:0.5 145:0.2 202:2.0 227:0.5 263:1.0 281:1.0 285:1.0 295:0.5 373:1.0 391:1.0 401:1.0 404:1.0 448:1.0 453:1.0 489:0.5 980:1.0 1012:0.5 1280:1.0 1545:1.0 2564:1.0 4 1:0.043478260869565216 8:0.3333333333333333 17:0.25 21:0.5 22:0.14285714285714285 24:1.0 27:0.010752688172043012 31:0.5 45:0.3333333333333333 58:0.1 129:0.5 130:0.5 137:1.0 141:1.0 142:1.0 144:0.2 145:0.2 259:0.6666666666666666 285:1.0 295:0.5 301:1.0 373:1.0 377:1.0 437:1.0 458:1.0 523:1.0 632:1.0 688:1.0 767:1.0 845:1.0 900:0.5 1095:1.0 1497:1.0 1519:1.0 1520:1.0 1664:0.5 2240:1.0 2733:1.0 2851:1.0 2874:1.0 2875:1.0 5901:1.0 4 8:0.05555555555555555 12:1.0 14:1.0 17:0.25 45:0.6666666666666666 61:0.5 128:0.25 129:1.0 145:0.2 174:0.09090909090909091 202:1.0 304:0.5 420:0.5 475:1.0 489:0.5 900:0.5 954:0.5 1053:1.0 1387:1.0 1413:1.0 3102:1.0 4206:1.0 4 24:1.0 31:0.16666666666666666 58:0.1 101:1.0 123:0.5 139:0.5 259:0.3333333333333333 266:1.0 275:0.5 293:1.0 301:1.0 373:1.0 475:1.0 490:1.0 491:1.0 492:1.0 501:0.5 642:1.0 718:0.5 742:1.0 1225:1.0 1230:1.0 5901:1.0 4 7:0.16666666666666666 8:0.1111111111111111 14:1.0 17:0.5 22:0.14285714285714285 23:0.25 31:0.3333333333333333 58:0.1 69:0.3333333333333333 88:0.5 99:0.3333333333333333 145:0.2 154:1.0 162:1.0 169:0.1 178:1.0 239:0.3333333333333333 240:1.0 259:0.3333333333333333 268:1.0 285:1.0 391:1.0 404:1.0 632:1.0 634:1.0 803:1.0 1135:1.0 1256:1.0 1519:1.0 3149:1.0 4 8:0.2222222222222222 17:0.5 21:1.0 24:1.0 30:1.0 31:0.16666666666666666 45:1.3333333333333333 58:0.2 88:0.5 99:0.3333333333333333 101:1.0 123:0.5 130:0.5 134:1.0 141:1.0 142:1.0 161:0.5 169:0.1 187:1.0 193:0.09523809523809523 204:1.0 409:0.3333333333333333 445:2.0 477:0.1 482:2.0 507:0.5 514:1.0 532:1.0 600:0.3333333333333333 604:1.0 686:1.0 691:0.5 718:0.5 726:1.0 788:1.0 798:1.0 902:1.0 930:1.0 1050:1.0 1054:1.0 1113:1.0 1259:1.0 1427:1.0 1502:1.0 2240:1.0 2787:1.0 3706:1.0 4274:0.5 4 8:0.1111111111111111 12:2.0 17:0.25 21:0.5 22:0.14285714285714285 23:0.25 27:0.021505376344086023 31:0.5 37:0.1111111111111111 45:0.3333333333333333 58:0.1 88:0.5 94:1.0 99:0.6666666666666666 145:0.2 175:1.0 178:1.0 346:0.5 507:0.5 576:1.0 954:0.5 956:1.0 988:1.0 1089:1.0 1257:1.0 1490:1.0 1772:1.0 3121:1.0 3122:1.0 3123:1.0 3125:1.0 3300:1.0 4131:1.0 4316:0.5 4 8:0.1111111111111111 12:1.0 14:1.0 21:1.5 31:0.16666666666666666 45:0.3333333333333333 54:0.5 88:0.5 99:0.3333333333333333 115:1.0 123:0.5 142:1.0 174:0.09090909090909091 196:1.0 259:0.3333333333333333 298:1.0 328:0.14285714285714285 332:1.0 339:1.0 438:1.0 556:1.0 576:1.0 589:1.0 805:1.0 870:1.0 988:1.0 1040:1.0 1330:1.0 1496:1.0 1632:1.0 2709:1.0 2857:1.0 2911:1.0 3095:1.0 3133:1.0 3134:1.0 3135:1.0 4 8:0.05555555555555555 14:1.0 17:0.25 21:0.5 23:0.25 27:0.010752688172043012 31:0.3333333333333333 45:0.6666666666666666 54:0.5 58:0.1 61:0.5 86:0.16666666666666666 130:0.5 164:0.5 189:0.5 193:0.09523809523809523 226:1.0 260:0.5 295:0.5 298:1.0 312:1.0 350:1.0 439:0.5 699:0.25 870:1.0 975:1.0 1113:1.0 1176:1.0 1227:2.0 1548:1.0 2606:1.0 2785:1.0 2972:1.0 3090:1.0 3091:1.0 3260:1.0 3262:1.0 3744:1.0 4 1:0.043478260869565216 17:0.5 23:0.25 27:0.010752688172043012 31:0.5 40:0.5 45:0.6666666666666666 51:0.2 55:1.0 58:0.2 88:1.0 123:0.5 131:1.0 134:1.0 154:1.0 161:0.5 164:1.5 178:1.0 259:0.6666666666666666 266:1.0 281:1.5 285:1.0 346:0.5 400:1.0 433:1.0 518:1.0 573:1.0 576:1.0 609:1.0 811:1.0 988:1.0 1040:1.0 1064:1.0 1083:1.0 1126:1.0 1150:1.0 1588:1.0 1649:1.0 1962:1.0 2310:1.0 2323:1.0 2959:1.0 3278:1.0 4767:1.0 4 6:0.3333333333333333 8:0.05555555555555555 12:1.0 14:1.0 17:0.25 31:0.3333333333333333 37:0.1111111111111111 45:1.0 81:0.5 88:0.5 115:1.0 142:1.0 161:0.5 212:1.0 282:1.0 604:1.0 659:1.0 699:0.25 737:1.0 965:1.0 1053:1.0 1174:0.5 1854:1.0 2031:1.0 2357:1.0 2750:1.0 3614:1.0 4 6:0.3333333333333333 7:0.16666666666666666 8:0.05555555555555555 14:1.0 17:1.0 24:1.0 27:0.010752688172043012 31:0.16666666666666666 37:0.1111111111111111 88:0.5 95:0.5 115:1.0 134:1.0 162:1.0 167:1.0 188:1.0 189:0.5 193:0.047619047619047616 196:1.0 202:1.0 300:2.0 302:1.0 330:1.0 437:1.0 438:1.0 528:1.0 699:0.25 827:1.0 860:1.0 965:1.0 975:1.0 1239:1.0 1439:1.0 1757:1.0 6164:1.0 4 8:0.1111111111111111 14:1.0 17:0.5 27:0.010752688172043012 31:0.16666666666666666 65:0.5 88:0.5 142:1.0 206:0.25 212:1.0 268:1.0 312:1.0 404:1.0 423:1.0 438:1.0 1039:1.0 1145:0.5 1255:1.0 1256:1.0 1538:1.0 2088:1.0 2090:1.0 4 1:0.043478260869565216 14:1.0 17:0.25 24:1.0 27:0.010752688172043012 45:1.0 58:0.1 99:0.3333333333333333 134:1.0 142:2.0 145:0.2 146:1.0 204:1.0 259:0.3333333333333333 281:1.0 282:1.0 382:1.0 437:1.0 443:1.0 445:1.0 489:0.5 490:1.0 491:1.0 492:1.0 493:1.0 837:1.0 1102:1.0 1141:1.0 1145:0.5 1255:1.0 1256:1.0 1382:1.0 1550:1.0 2261:1.0 2584:1.0 4 1:0.043478260869565216 8:0.1111111111111111 17:0.25 23:0.25 24:1.0 27:0.010752688172043012 44:1.0 51:0.6 65:0.5 88:0.5 162:5.0 211:1.0 234:1.0 312:1.0 317:1.0 352:1.0 508:1.0 553:1.0 764:1.0 908:1.0 988:1.0 1039:1.0 1102:3.0 1261:1.0 2338:1.0 2501:1.0 2954:2.0 4 8:0.2222222222222222 12:1.0 17:0.25 21:1.0 27:0.03225806451612903 31:0.16666666666666666 32:0.5 37:0.2222222222222222 45:0.6666666666666666 54:0.5 134:1.0 178:1.0 184:0.5 189:0.5 226:1.0 232:1.0 440:1.0 840:1.0 841:1.0 911:1.0 919:0.2 1088:2.0 1545:1.0 1652:1.0 3071:1.0 3421:1.0 3916:1.0 3999:1.0 4 1:0.043478260869565216 6:0.6666666666666666 8:0.1111111111111111 14:1.0 27:0.021505376344086023 28:1.0 30:1.0 32:0.5 44:1.0 45:2.0 58:0.4 84:1.0 91:1.0 95:0.5 116:1.0 123:0.5 128:0.25 139:0.5 144:0.2 162:1.0 166:1.0 211:1.0 212:1.0 234:1.0 237:1.0 262:0.5 281:1.0 282:1.0 317:1.0 338:1.0 342:1.0 344:1.0 446:1.0 454:1.0 494:1.0 496:1.0 637:1.0 653:1.0 847:1.0 954:0.5 980:1.0 1070:1.0 1298:1.0 1405:0.5 1455:1.0 1734:1.0 2557:1.0 5325:1.0 4 1:0.043478260869565216 2:0.5 8:0.1111111111111111 12:1.0 14:1.0 17:0.25 24:1.0 27:0.010752688172043012 45:0.6666666666666666 88:0.5 115:1.0 123:1.0 139:0.5 190:1.0 193:0.047619047619047616 228:0.5 259:0.3333333333333333 275:0.5 281:0.5 342:1.0 346:1.0 489:0.5 866:2.0 867:1.0 970:1.0 1054:1.0 1151:1.0 1256:1.0 1368:1.0 1420:1.0 1487:2.0 1649:1.0 1668:1.0 2029:1.0 2065:1.0 2722:2.0 2723:1.0 2996:1.0 4337:1.0 4 3:1.0 6:0.3333333333333333 7:0.3333333333333333 8:0.2222222222222222 14:2.0 17:0.25 19:1.0 21:1.5 27:0.010752688172043012 37:0.2222222222222222 45:0.3333333333333333 50:0.25 95:0.5 114:1.0 115:1.0 134:1.0 154:1.0 155:1.0 156:1.0 157:1.0 184:0.5 204:1.0 232:1.0 237:1.0 310:1.0 333:2.0 417:0.16666666666666666 440:1.0 502:1.0 628:1.0 667:1.0 675:1.0 840:1.0 1088:2.0 1113:1.0 2031:1.0 2051:1.0 2095:1.0 2732:1.0 2733:1.0 2734:1.0 3237:0.5 3278:1.0 3916:1.0 4 1:0.08695652173913043 17:0.25 27:0.021505376344086023 45:0.3333333333333333 50:0.25 51:0.2 58:0.2 61:0.5 81:0.5 88:0.5 95:1.5 206:0.25 268:1.0 344:1.0 440:1.0 710:1.0 726:1.0 1050:0.5 1064:1.0 1143:1.0 1549:0.3333333333333333 1566:1.0 2011:1.0 2044:1.0 2088:1.0 2243:1.0 2244:1.0 2245:1.0 2254:1.0 2255:1.0 2984:1.0 4 1:0.08695652173913043 7:0.16666666666666666 14:2.0 27:0.021505376344086023 37:0.1111111111111111 45:0.3333333333333333 50:0.25 88:0.5 95:0.5 123:0.5 142:1.0 187:1.0 188:1.0 212:1.0 259:0.3333333333333333 295:0.5 355:1.0 382:1.0 486:0.5 553:1.0 554:1.0 555:1.0 622:1.0 631:1.0 649:1.0 805:1.0 877:1.0 1054:1.0 1071:1.0 1177:1.0 1245:1.0 1262:1.0 2044:1.0 2210:0.5 2255:1.0 2341:1.0 2617:1.0 4 7:0.3333333333333333 8:0.3333333333333333 21:0.5 31:0.16666666666666666 37:0.1111111111111111 45:0.3333333333333333 65:0.5 123:0.5 134:1.0 169:0.1 186:1.0 190:1.0 226:1.0 266:1.0 277:1.0 278:1.0 280:1.0 367:1.0 438:1.0 486:0.5 497:1.0 501:0.5 507:0.5 519:1.0 610:1.0 710:1.0 800:1.0 850:1.0 987:1.0 1071:1.0 1089:1.0 1149:1.0 1841:1.0 2244:1.0 2252:1.0 2709:1.0 2922:1.0 4742:1.0 5780:1.0 4 1:0.08695652173913043 7:0.16666666666666666 8:0.16666666666666666 14:2.0 17:1.25 27:0.021505376344086023 31:0.3333333333333333 37:0.1111111111111111 50:0.25 93:5.0 95:1.0 99:1.3333333333333333 123:0.5 127:2.0 129:2.5 152:1.0 162:1.0 174:0.18181818181818182 184:0.5 193:0.047619047619047616 218:1.0 259:0.3333333333333333 267:0.5 483:1.0 537:1.0 700:2.0 726:2.0 841:1.0 891:1.0 1231:1.0 1305:1.0 1341:1.0 1424:0.25 1996:1.0 2255:1.0 2278:1.0 2924:1.0 3261:1.0 4 6:0.3333333333333333 7:0.16666666666666666 8:0.1111111111111111 17:0.25 31:0.3333333333333333 37:0.1111111111111111 44:1.0 45:1.0 50:0.25 52:2.0 58:0.3 59:1.0 88:0.5 95:0.5 115:1.0 116:1.0 123:0.5 130:0.5 142:2.0 155:1.0 162:2.0 169:0.1 193:0.047619047619047616 203:1.0 259:0.3333333333333333 266:2.0 273:0.5 274:1.0 275:0.5 295:0.5 363:1.0 437:1.0 576:1.0 649:1.0 653:1.0 960:1.0 1021:1.0 1030:1.0 1054:1.0 1123:1.0 1275:1.0 1405:0.5 1560:1.0 1664:0.5 1704:1.0 1734:1.0 1920:1.0 1962:1.0 2518:1.0 3260:1.0 3488:1.0 4 2:0.5 7:0.16666666666666666 8:0.16666666666666666 17:0.5 31:0.5 37:0.1111111111111111 45:0.6666666666666666 58:0.1 86:0.16666666666666666 88:0.5 93:1.0 99:0.3333333333333333 123:1.5 237:1.0 281:1.0 295:0.5 332:1.0 404:1.0 409:0.3333333333333333 433:1.0 437:1.0 448:2.0 519:1.0 710:1.0 980:2.0 986:1.0 1123:2.0 1315:1.0 1476:1.0 1808:1.0 2077:1.0 2244:1.0 2661:1.0 2899:1.0 2969:1.0 3001:1.0 3278:1.0 4 1:0.043478260869565216 8:0.05555555555555555 14:1.0 17:0.25 21:1.0 24:1.0 27:0.021505376344086023 31:0.16666666666666666 37:0.1111111111111111 45:0.3333333333333333 88:0.5 232:1.0 268:1.0 289:1.0 363:1.0 404:1.0 508:2.0 649:1.0 697:0.5 976:2.0 1065:2.0 1089:1.0 1456:1.0 2261:1.0 2573:1.0 2942:2.0 3263:1.0 4552:1.0 4682:1.0 4 1:0.043478260869565216 8:0.05555555555555555 14:2.0 24:2.0 27:0.021505376344086023 31:0.16666666666666666 37:0.1111111111111111 45:1.0 58:0.1 88:0.5 95:0.5 99:0.3333333333333333 101:1.0 115:1.0 142:1.0 162:1.0 193:0.09523809523809523 228:0.5 232:1.0 259:0.6666666666666666 346:0.5 363:1.0 364:1.0 417:0.16666666666666666 433:1.0 528:1.0 651:1.0 653:1.0 845:1.0 877:1.0 970:1.0 971:1.0 1089:1.0 1123:2.0 1201:1.0 1212:1.0 1234:1.0 1309:1.0 1315:1.0 1487:1.0 1649:1.0 1839:1.0 2065:1.0 2294:1.0 2722:1.0 2723:1.0 3009:1.0 3063:1.0 3324:1.0 4336:1.0 4 7:0.16666666666666666 8:0.2222222222222222 17:0.25 26:1.0 45:0.3333333333333333 61:0.5 69:0.3333333333333333 81:0.5 88:0.5 101:1.0 154:1.0 155:2.0 193:0.047619047619047616 204:1.0 205:1.0 239:0.6666666666666666 295:0.5 327:0.5 483:1.0 522:1.0 576:1.0 830:1.0 834:1.0 861:1.0 869:1.0 970:1.0 1146:1.0 1460:1.0 1461:1.0 1462:1.0 1463:1.0 2031:1.0 2177:1.0 2709:1.0 2732:1.0 2736:1.0 5158:1.0 5901:1.0 4 8:0.05555555555555555 14:1.0 17:0.25 24:1.0 26:1.0 27:0.010752688172043012 31:0.5 37:0.2222222222222222 58:0.2 95:0.5 134:1.0 142:1.0 145:0.2 162:1.0 181:0.07692307692307693 182:1.0 188:1.0 189:0.5 193:0.14285714285714285 300:2.0 302:1.0 328:0.14285714285714285 337:1.0 374:1.0 377:1.0 483:1.0 827:1.0 860:1.0 1143:1.0 1201:1.0 1427:1.0 1545:1.0 1789:1.0 1864:1.0 1939:1.0 2763:1.0 4374:1.0 4 7:0.16666666666666666 14:2.0 17:0.25 23:0.25 24:1.0 26:1.0 27:0.021505376344086023 31:0.3333333333333333 37:0.2222222222222222 45:0.6666666666666666 58:0.1 95:0.5 123:0.5 141:1.0 181:0.07692307692307693 182:1.0 193:0.047619047619047616 332:1.0 374:1.0 437:1.0 826:0.1111111111111111 877:1.0 919:0.2 1131:1.0 1545:1.0 1652:1.0 1745:0.5 2078:1.0 2354:1.0 2628:1.0 2913:1.0 3085:1.0 3283:1.0 3329:1.0 3387:1.0 4746:1.0 4 7:0.16666666666666666 14:1.0 17:0.25 21:0.5 23:0.25 24:2.0 31:0.5 32:0.5 44:1.0 45:0.3333333333333333 50:0.25 58:0.3 81:0.5 131:1.0 137:2.0 139:0.5 142:1.0 239:0.3333333333333333 266:1.0 281:0.5 285:1.0 420:0.5 494:1.0 501:1.0 593:0.5 686:1.0 687:1.0 688:2.0 689:2.0 728:1.0 742:1.0 988:1.0 1241:1.0 1291:1.0 1613:1.0 2050:1.0 2482:1.0 2886:1.0 3334:1.0 5354:1.0 4 8:0.05555555555555555 17:0.25 21:0.5 27:0.010752688172043012 31:0.16666666666666666 37:0.2222222222222222 45:0.3333333333333333 142:1.0 145:0.2 160:1.0 259:0.3333333333333333 280:1.0 281:1.0 285:1.0 382:1.0 423:1.0 483:1.0 486:0.5 516:1.0 523:1.0 634:1.0 827:1.0 838:1.0 847:1.0 1124:1.0 1219:1.0 1244:1.0 1484:1.0 2235:2.0 2903:1.0 4 7:0.3333333333333333 8:0.1111111111111111 14:1.0 17:0.25 21:1.0 22:0.14285714285714285 31:0.16666666666666666 45:1.0 46:1.0 58:0.1 99:0.3333333333333333 128:0.25 130:0.5 142:1.0 145:0.2 146:1.0 162:1.0 190:1.0 200:1.0 214:1.0 232:1.0 239:0.3333333333333333 259:1.3333333333333333 260:1.0 281:0.5 282:1.0 293:1.0 295:0.5 311:1.0 328:0.14285714285714285 342:1.0 363:1.0 404:1.0 446:1.0 494:1.0 495:1.0 630:1.0 988:1.0 992:1.0 1021:1.0 1065:1.0 1070:1.0 1483:1.0 1586:1.0 1611:1.0 1754:1.0 1925:1.0 2261:1.0 2797:1.0 3009:1.0 3041:1.0 3263:1.0 3456:1.0 3834:1.0 4328:2.0 4 8:0.16666666666666666 22:0.14285714285714285 31:0.16666666666666666 37:0.1111111111111111 41:0.5 45:0.3333333333333333 65:0.5 84:1.0 85:1.0 99:0.3333333333333333 129:0.5 145:0.2 162:1.0 174:0.09090909090909091 187:1.0 188:1.0 234:1.0 259:0.6666666666666666 338:1.0 361:1.0 371:1.0 486:0.5 542:1.0 927:1.0 1239:1.0 1569:1.0 1944:1.0 2054:1.0 2055:1.0 2106:1.0 2709:1.0 2987:1.0 3192:1.0 4 7:0.5 8:0.1111111111111111 27:0.010752688172043012 31:0.16666666666666666 37:0.2222222222222222 45:0.6666666666666666 58:0.1 60:1.0 65:0.5 95:1.0 123:0.5 184:0.5 187:1.0 193:0.047619047619047616 234:1.0 260:0.5 266:1.0 333:2.0 376:1.0 391:1.0 486:0.5 489:0.5 548:0.06666666666666667 663:1.0 675:2.0 699:0.25 962:1.0 1141:1.0 1313:1.0 1708:1.0 2258:1.0 2916:1.0 3419:1.0 4 6:0.3333333333333333 8:0.16666666666666666 17:0.25 31:0.16666666666666666 32:0.5 37:0.1111111111111111 45:1.3333333333333333 61:0.5 65:0.5 81:0.5 84:1.0 88:0.5 90:0.14285714285714285 95:0.5 116:2.0 145:0.2 146:1.0 162:1.0 186:1.0 187:1.0 188:1.0 202:1.0 216:1.0 235:1.0 274:1.0 280:1.0 281:0.5 282:1.0 486:0.5 523:1.0 548:0.06666666666666667 576:2.0 653:1.0 908:1.0 909:1.0 911:1.0 1070:1.0 1405:1.0 1455:1.0 1499:1.0 1598:0.25 1734:2.0 2256:1.0 2757:1.0 2844:1.0 3105:1.0 4 8:0.2777777777777778 14:2.0 17:0.25 31:0.5 37:0.1111111111111111 44:1.0 45:0.6666666666666666 54:1.0 74:0.5 86:0.16666666666666666 100:1.0 127:1.0 154:1.0 198:1.0 232:1.0 234:1.0 268:2.0 399:1.0 418:1.0 437:1.0 508:1.0 519:1.0 542:0.5 548:0.13333333333333333 554:1.0 556:1.0 686:1.0 822:1.0 926:1.0 1030:1.0 1064:1.0 1065:1.0 1090:1.0 1105:1.0 1418:1.0 1577:1.0 1946:1.0 1947:1.0 1961:1.0 2149:1.0 2329:1.0 2330:1.0 3273:1.0 3279:1.0 4609:1.0 4 7:0.16666666666666666 8:0.3333333333333333 14:1.0 17:0.25 31:0.16666666666666666 38:2.0 40:0.5 45:1.6666666666666667 65:0.5 67:1.0 75:1.0 88:1.0 95:0.5 164:0.5 184:0.5 233:1.0 234:1.0 259:0.3333333333333333 268:2.0 285:1.0 288:1.0 298:1.0 304:0.5 355:1.0 382:1.0 453:1.0 454:1.0 542:0.5 548:0.13333333333333333 553:1.0 554:1.0 556:2.0 581:1.0 582:2.0 583:1.0 585:1.0 805:1.0 811:1.0 833:1.0 908:1.0 1154:1.0 1387:1.0 1490:1.0 1499:1.0 1814:1.0 2002:1.0 3244:1.0 4274:0.5 4777:1.0 4 7:0.16666666666666666 8:0.16666666666666666 12:1.0 14:2.0 21:0.5 23:0.25 27:0.010752688172043012 37:0.2222222222222222 45:0.6666666666666666 50:0.25 51:0.4 52:1.0 55:1.0 57:1.0 58:0.1 59:1.0 60:1.0 81:0.5 101:1.0 134:1.0 144:0.2 154:1.0 216:1.0 234:1.0 259:0.6666666666666666 304:0.5 333:1.0 369:1.0 486:0.5 508:1.0 548:0.06666666666666667 551:0.5 837:1.0 1048:1.0 1505:1.0 1549:0.3333333333333333 1586:1.0 2219:0.5 2346:1.0 2684:1.0 3248:1.0 3414:1.0 4 8:0.1111111111111111 11:1.0 21:1.0 31:0.16666666666666666 32:0.5 37:0.1111111111111111 50:0.25 51:0.2 54:0.5 81:1.0 88:0.5 142:1.0 144:0.2 196:1.0 216:1.0 281:0.5 312:1.0 337:1.0 342:2.0 353:1.0 355:1.0 356:1.0 357:1.0 369:1.0 486:0.5 538:0.5 548:0.06666666666666667 551:0.5 573:1.0 1405:0.5 1418:1.0 1597:1.0 1614:1.0 1641:1.0 2060:1.0 2288:1.0 2291:1.0 2433:1.0 4 1:0.043478260869565216 14:1.0 17:0.25 27:0.010752688172043012 37:0.1111111111111111 45:0.6666666666666666 51:0.2 61:0.5 75:1.0 81:0.5 86:0.16666666666666666 88:1.0 144:0.2 154:1.0 155:1.0 169:0.1 233:1.0 234:1.0 317:1.0 350:1.0 351:1.0 353:1.0 446:1.0 449:1.0 486:0.5 548:0.06666666666666667 556:1.0 653:1.0 654:1.0 655:1.0 657:1.0 658:1.0 1189:0.5 1972:1.0 1978:1.0 2394:1.0 3484:1.0 4 7:0.16666666666666666 8:0.1111111111111111 14:1.0 17:0.5 21:1.0 27:0.010752688172043012 37:0.2222222222222222 45:0.6666666666666666 46:1.0 86:0.16666666666666666 95:0.5 99:0.3333333333333333 115:1.0 122:0.5 123:0.5 124:1.0 125:1.0 126:1.0 127:1.0 128:0.25 129:0.5 130:0.5 131:1.0 132:1.0 133:1.0 134:2.0 135:1.0 155:1.0 174:0.09090909090909091 200:1.0 234:1.0 281:0.5 285:1.0 293:1.0 317:1.0 318:1.0 319:1.0 320:1.0 373:1.0 486:0.5 495:1.0 729:1.0 1454:1.0 2844:1.0 4 1:0.08695652173913043 8:0.05555555555555555 14:3.0 21:1.0 27:0.021505376344086023 31:0.8333333333333334 45:1.0 50:0.5 58:0.1 88:0.5 95:0.5 122:0.5 187:2.0 193:0.047619047619047616 239:0.3333333333333333 250:1.0 259:0.6666666666666666 260:0.5 281:0.5 437:1.0 453:1.0 669:1.0 670:1.0 671:1.0 672:1.0 827:2.0 900:0.5 949:2.0 1065:2.0 1235:1.0 1664:0.5 1963:1.0 2757:2.0 2962:2.0 3058:1.0 3351:1.0 4808:1.0 4 1:0.043478260869565216 7:0.16666666666666666 17:0.75 22:0.2857142857142857 26:2.0 27:0.010752688172043012 31:0.16666666666666666 32:0.5 37:0.2222222222222222 45:0.6666666666666666 54:0.5 59:1.0 74:0.5 86:0.16666666666666666 88:0.5 90:0.14285714285714285 101:3.0 112:1.0 113:1.0 115:1.0 122:0.5 123:1.0 129:1.0 134:1.0 162:1.0 164:0.5 211:1.0 226:1.0 273:0.5 290:1.0 333:1.0 417:0.16666666666666666 453:1.0 486:0.5 692:1.0 719:1.0 846:1.0 893:1.0 980:1.0 1597:1.0 1659:1.0 1798:1.0 2188:1.0 5871:1.0 4 1:0.043478260869565216 6:0.6666666666666666 7:0.3333333333333333 8:0.05555555555555555 12:1.0 14:1.0 21:0.5 22:0.14285714285714285 23:0.25 27:0.010752688172043012 37:0.2222222222222222 41:0.5 43:1.0 44:1.0 45:1.3333333333333333 57:1.0 58:0.2 81:0.5 84:2.0 93:1.0 95:1.0 107:1.0 127:1.0 142:1.0 171:1.0 189:0.5 203:1.0 212:1.0 260:0.5 268:1.0 295:0.5 314:1.0 437:1.0 446:1.0 486:0.5 519:1.0 556:1.0 649:1.0 747:1.0 786:1.0 826:0.1111111111111111 839:1.0 847:1.0 1059:0.3333333333333333 1064:1.0 1146:1.0 1147:1.0 1148:1.0 1577:1.0 2476:1.0 2870:1.0 4 1:0.043478260869565216 3:1.0 8:0.16666666666666666 14:1.0 17:0.25 21:0.5 23:0.25 27:0.021505376344086023 31:0.5 37:0.1111111111111111 45:0.3333333333333333 48:1.0 65:0.5 86:0.16666666666666666 88:0.5 91:3.0 95:1.5 127:2.0 160:1.0 162:1.0 174:0.09090909090909091 192:0.3333333333333333 193:0.19047619047619047 198:1.0 259:0.6666666666666666 273:0.5 274:1.0 281:0.5 300:2.0 312:1.0 332:1.0 333:1.0 375:1.0 382:1.0 433:1.0 486:0.5 519:1.0 537:1.0 538:0.5 554:1.0 573:1.0 576:1.0 700:1.0 726:1.0 792:0.5 1010:1.0 1090:1.0 1261:1.0 1290:1.0 1291:1.0 1305:1.0 1341:1.0 1424:0.25 1503:1.0 2006:1.0 2026:1.0 2044:1.0 2310:1.0 2839:1.0 3017:1.0 4 1:0.08695652173913043 7:0.16666666666666666 8:0.05555555555555555 12:1.0 14:2.0 17:0.25 22:0.14285714285714285 27:0.021505376344086023 31:0.16666666666666666 32:0.5 45:0.3333333333333333 51:0.2 58:0.1 65:1.0 86:0.16666666666666666 91:1.0 162:1.0 192:0.3333333333333333 193:0.047619047619047616 202:1.0 212:1.0 259:0.6666666666666666 266:1.0 273:0.5 291:1.0 381:1.0 446:1.0 519:1.0 537:1.0 653:1.0 654:1.0 695:1.0 699:0.25 733:1.0 791:1.0 813:1.0 911:2.0 987:1.0 1030:1.0 1342:1.0 1439:2.0 2057:1.0 2073:1.0 3168:1.0 3209:1.0 3289:1.0 4 1:0.08695652173913043 2:0.5 7:0.16666666666666666 8:0.05555555555555555 12:1.0 17:0.75 21:0.5 27:0.021505376344086023 31:0.16666666666666666 44:1.0 45:0.3333333333333333 58:0.1 84:1.0 86:0.16666666666666666 123:1.5 145:0.2 162:1.0 164:0.5 166:1.0 169:0.1 211:1.0 259:0.3333333333333333 298:1.0 338:1.0 340:1.5 344:1.0 353:1.0 376:2.0 446:1.0 454:1.0 477:0.1 497:1.0 519:1.0 747:1.0 826:0.1111111111111111 1157:2.0 1563:1.0 1599:1.0 1600:1.0 1853:1.0 1900:1.0 1996:1.0 3198:1.0 3288:1.0 4 1:0.043478260869565216 7:0.16666666666666666 8:0.05555555555555555 26:1.0 27:0.021505376344086023 31:0.3333333333333333 37:0.2222222222222222 41:0.5 43:1.0 44:1.0 45:0.3333333333333333 52:1.0 58:0.1 92:1.0 95:0.5 123:0.5 133:1.0 181:0.07692307692307693 182:1.0 196:1.0 205:1.0 206:0.25 263:1.0 266:1.0 268:1.0 335:1.0 374:1.0 375:1.0 376:1.0 377:1.0 486:0.5 631:1.0 649:1.0 907:0.5 962:1.0 1132:1.0 1155:1.0 1177:1.0 1337:1.0 1922:1.0 2088:1.0 2210:0.5 3369:1.0 4 1:0.043478260869565216 2:0.5 7:0.3333333333333333 8:0.1111111111111111 14:1.0 22:0.14285714285714285 27:0.010752688172043012 31:0.16666666666666666 37:0.1111111111111111 38:1.0 45:0.6666666666666666 88:0.5 123:1.5 127:1.0 130:0.5 142:1.0 202:2.0 218:1.0 342:1.0 355:1.0 448:1.0 486:0.5 537:1.0 539:1.0 540:1.0 669:1.0 908:1.0 1058:1.0 1090:1.0 1121:0.5 1186:1.0 1620:1.0 1621:1.0 1691:1.0 1711:2.0 1843:1.0 3115:1.0 3211:1.0 6165:1.0 4 3:1.0 7:0.16666666666666666 8:0.4444444444444444 24:1.0 27:0.010752688172043012 31:0.16666666666666666 38:1.0 45:0.6666666666666666 57:1.0 61:0.5 65:0.5 75:1.0 81:0.5 84:1.0 88:0.5 99:0.3333333333333333 114:1.0 123:0.5 154:1.0 181:0.07692307692307693 184:1.0 234:3.0 235:1.0 298:1.0 319:1.0 328:0.14285714285714285 333:1.0 437:1.0 453:1.0 465:1.0 556:1.0 576:1.0 581:1.0 582:1.0 651:1.0 717:1.0 733:1.0 747:1.0 837:1.0 861:1.0 862:1.0 863:1.0 864:1.0 866:1.0 867:1.0 1214:1.0 1221:1.0 1417:1.0 1491:1.0 2074:1.0 2739:1.0 2857:1.0 4 1:0.043478260869565216 7:0.16666666666666666 8:0.2777777777777778 14:1.0 17:0.25 21:0.5 23:0.25 27:0.021505376344086023 31:0.3333333333333333 37:0.1111111111111111 45:0.3333333333333333 65:0.5 88:0.5 95:0.5 101:1.0 106:1.0 107:1.0 174:0.09090909090909091 184:1.0 186:1.0 259:0.6666666666666666 266:1.0 304:0.5 319:1.0 333:1.0 340:0.5 341:1.0 343:1.0 344:1.0 345:1.0 346:0.5 347:1.0 348:1.0 423:1.0 695:1.0 870:1.0 1143:1.0 1563:1.0 1586:1.0 1610:1.0 1841:1.0 2102:0.5 2388:1.0 3954:1.0 4 1:0.043478260869565216 7:0.16666666666666666 8:0.2222222222222222 14:1.0 22:0.14285714285714285 25:0.5 32:1.0 37:0.1111111111111111 45:0.6666666666666666 86:0.16666666666666666 88:1.5 92:1.0 95:2.0 101:1.0 144:0.2 161:0.5 218:1.0 259:1.0 281:0.5 304:0.5 486:0.5 537:3.0 551:0.5 573:1.0 608:0.5 1026:1.0 1054:1.0 1065:1.0 1309:1.0 1424:0.25 1846:1.0 1853:1.0 2254:1.0 2757:2.0 3058:1.0 4 1:0.043478260869565216 7:0.3333333333333333 8:0.05555555555555555 14:2.0 17:0.25 21:1.0 22:0.14285714285714285 24:1.0 26:2.0 27:0.010752688172043012 32:0.5 45:0.6666666666666666 52:1.0 58:0.1 59:1.0 75:1.0 76:1.0 91:1.0 99:0.6666666666666666 107:1.0 129:1.0 145:0.2 164:0.5 174:0.09090909090909091 178:1.0 184:0.5 192:0.3333333333333333 193:0.047619047619047616 202:1.0 219:1.0 226:1.0 233:1.0 259:2.3333333333333335 263:1.0 281:0.5 295:0.5 298:1.0 304:1.0 528:1.0 537:1.0 551:0.5 792:0.5 889:1.0 898:0.030303030303030304 970:1.0 980:1.0 1338:1.0 1424:0.25 1644:1.0 1708:1.0 1719:1.0 1859:1.0 2684:1.0 3355:1.0 4 6:0.6666666666666666 8:0.2777777777777778 21:0.5 22:0.14285714285714285 24:1.0 31:0.16666666666666666 32:0.5 37:0.1111111111111111 44:1.0 45:1.3333333333333333 58:0.2 59:1.0 65:0.5 75:1.0 84:3.0 88:1.0 92:1.0 95:0.5 115:1.0 116:1.0 129:1.0 142:1.0 144:0.2 162:3.0 192:0.3333333333333333 193:0.047619047619047616 259:0.6666666666666666 268:1.0 281:0.5 301:1.0 338:2.0 446:1.0 486:0.5 489:0.5 558:1.0 573:1.0 581:1.0 582:1.0 609:1.0 649:1.0 809:1.0 833:1.0 850:1.0 1026:1.0 1054:1.0 1143:1.0 1424:0.25 1427:1.0 1498:1.0 1783:2.0 1880:1.0 1996:1.0 1997:1.0 2142:2.0 2338:1.0 4 1:0.08695652173913043 6:0.3333333333333333 7:0.16666666666666666 8:0.16666666666666666 14:1.0 21:0.5 23:0.25 27:0.03225806451612903 31:0.16666666666666666 37:0.1111111111111111 44:1.0 45:1.0 51:0.2 54:0.5 58:0.1 81:0.5 99:0.3333333333333333 101:1.0 134:1.0 164:0.5 184:0.5 193:0.09523809523809523 234:1.0 312:2.0 314:1.0 328:0.14285714285714285 341:1.0 372:0.2 373:1.0 374:1.0 440:1.0 573:1.0 576:1.0 667:1.0 839:1.0 990:1.0 1088:2.0 1090:1.0 1577:1.0 1598:0.25 1691:1.0 1933:1.0 2329:1.0 2330:1.0 3706:1.0 4 6:0.3333333333333333 7:0.16666666666666666 8:0.2222222222222222 17:0.25 31:0.16666666666666666 37:0.1111111111111111 38:1.0 45:0.3333333333333333 51:0.2 58:0.1 59:1.0 60:1.0 88:0.5 90:0.14285714285714285 95:1.0 101:1.0 162:1.0 187:1.0 188:1.0 204:1.0 216:1.0 234:1.0 260:0.5 328:0.14285714285714285 355:1.0 382:1.0 433:1.0 453:2.0 582:1.0 599:1.0 653:1.0 717:1.0 747:1.0 900:0.5 929:0.5 1070:1.0 1459:1.0 1460:1.0 1462:1.0 1463:1.0 1478:1.0 3244:1.0 3407:1.0 3834:1.0 5061:1.0 4 1:0.043478260869565216 8:0.16666666666666666 14:1.0 17:0.25 22:0.14285714285714285 26:1.0 27:0.010752688172043012 31:0.6666666666666666 37:0.1111111111111111 45:0.6666666666666666 51:0.2 58:0.1 81:1.0 95:1.5 99:0.3333333333333333 133:1.0 141:1.0 145:0.2 181:0.07692307692307693 182:1.0 234:1.0 288:1.0 310:1.0 328:0.14285714285714285 374:1.0 376:1.0 377:1.0 555:1.0 692:1.0 752:1.0 761:1.0 962:1.0 1026:1.0 1094:1.0 1219:1.0 1298:1.0 2093:1.0 2301:1.0 3247:1.0 3248:1.0 6433:1.0 4 1:0.043478260869565216 8:0.05555555555555555 21:0.5 24:1.0 27:0.021505376344086023 28:1.0 31:0.6666666666666666 51:0.2 58:0.1 81:1.0 95:0.5 128:0.25 133:1.0 137:1.0 162:1.0 178:1.0 181:0.07692307692307693 182:1.0 234:1.0 266:1.0 268:1.0 291:1.0 328:0.14285714285714285 355:1.0 356:1.0 357:1.0 373:1.0 440:1.0 453:1.0 490:1.0 491:1.0 492:1.0 514:1.0 686:1.0 687:1.0 742:1.0 1088:1.0 1143:1.0 1418:1.0 1563:1.0 1957:1.0 2060:1.0 4 1:0.043478260869565216 7:0.3333333333333333 8:0.1111111111111111 14:2.0 17:0.25 22:0.14285714285714285 31:0.16666666666666666 32:0.5 45:0.6666666666666666 58:0.1 65:0.5 75:1.0 81:0.5 88:0.5 101:1.0 116:1.0 133:1.0 134:1.0 155:1.0 162:1.0 234:1.0 267:0.5 295:0.5 328:0.14285714285714285 347:1.0 351:1.0 453:1.0 482:1.0 651:1.0 717:1.0 718:0.5 798:1.0 1094:1.0 1143:1.0 1553:1.0 1569:1.0 1597:1.0 1611:1.0 1948:1.0 1978:1.0 2330:1.0 3256:1.0 3257:1.0 4 1:0.043478260869565216 7:0.16666666666666666 8:0.16666666666666666 14:1.0 22:0.14285714285714285 27:0.021505376344086023 31:0.16666666666666666 32:0.5 43:1.0 45:0.3333333333333333 51:0.2 57:1.0 65:0.5 154:1.0 155:1.0 204:1.0 226:1.0 234:2.0 328:0.14285714285714285 371:1.0 443:1.0 453:1.0 485:1.0 524:1.0 717:1.0 818:1.0 837:1.0 1102:1.0 1569:1.0 1597:1.0 2031:1.0 2048:1.0 2049:1.0 2050:1.0 2734:1.0 4 7:0.16666666666666666 8:0.2222222222222222 14:1.0 24:1.0 27:0.010752688172043012 34:1.0 35:2.0 37:0.1111111111111111 54:1.5 74:0.5 75:1.0 123:1.5 163:1.0 166:1.0 184:1.0 218:1.0 268:1.0 338:1.0 344:1.0 453:1.0 549:1.0 625:1.0 722:1.0 769:1.0 828:1.0 1708:1.0 2259:1.0 4 8:0.1111111111111111 9:1.0 12:1.0 14:1.0 27:0.010752688172043012 30:1.0 31:0.3333333333333333 37:0.1111111111111111 44:1.0 45:1.0 58:0.3 81:0.5 84:2.0 88:0.5 92:1.0 101:1.0 123:0.5 129:0.5 139:1.0 144:0.2 145:0.2 146:1.0 184:0.5 188:1.0 202:2.0 235:1.0 243:1.0 301:1.0 307:1.0 376:1.0 453:1.0 581:1.0 729:1.0 790:1.0 791:1.0 952:0.5 984:2.0 1230:1.0 1306:1.0 1457:1.0 1563:1.0 1634:1.0 1724:1.0 1753:1.0 2090:1.0 2109:1.0 4863:1.0 4 1:0.043478260869565216 7:0.3333333333333333 8:0.2777777777777778 14:1.0 17:0.25 26:2.0 27:0.010752688172043012 31:0.3333333333333333 37:0.1111111111111111 45:0.3333333333333333 58:0.1 65:0.5 90:0.14285714285714285 107:1.0 123:0.5 127:1.0 162:1.0 178:1.0 184:0.5 191:1.0 266:1.0 268:1.0 288:1.0 316:1.0 454:1.0 519:1.0 726:1.0 795:1.0 814:1.0 845:1.0 1168:1.0 1340:1.0 1529:1.0 1559:1.0 1755:1.0 1859:1.0 2054:1.0 2057:1.0 2410:1.0 5416:1.0 4 2:0.5 8:0.1111111111111111 17:0.25 21:0.5 26:1.0 27:0.010752688172043012 40:0.5 44:1.0 45:0.3333333333333333 54:0.5 69:0.3333333333333333 88:0.5 99:0.3333333333333333 162:2.0 184:0.5 223:1.0 224:1.0 234:1.0 237:1.0 259:0.6666666666666666 266:1.0 281:0.5 319:1.0 332:1.0 446:1.0 477:0.1 499:1.0 655:1.0 1132:1.0 1369:1.0 1923:1.0 2097:1.0 2285:1.0 2484:1.0 2512:1.0 4 11:1.0 14:1.0 17:0.25 24:1.0 31:0.16666666666666666 40:0.5 45:0.6666666666666666 58:0.1 69:0.3333333333333333 142:1.0 145:0.2 146:1.0 162:1.0 174:0.09090909090909091 200:1.0 212:1.0 214:1.0 259:1.0 281:0.5 282:1.0 332:1.0 333:1.0 363:1.0 381:1.0 407:1.0 477:0.1 494:1.0 495:1.0 496:1.0 576:1.0 842:1.0 1053:1.0 1203:1.0 1378:1.0 1503:1.0 2163:1.0 2376:1.0 2942:1.0 3297:0.5 3445:1.0 5162:1.0 4 1:0.043478260869565216 7:0.16666666666666666 8:0.05555555555555555 17:0.5 19:1.0 27:0.03225806451612903 28:1.0 32:0.5 34:1.0 37:0.1111111111111111 45:0.3333333333333333 57:1.0 84:1.0 86:0.16666666666666666 90:0.14285714285714285 115:1.0 134:1.0 145:0.2 146:1.0 281:0.5 282:1.0 283:1.0 346:0.5 356:1.0 376:1.0 425:0.3333333333333333 448:1.0 519:1.0 538:0.5 548:0.06666666666666667 651:1.0 912:1.0 970:1.0 1396:1.0 1668:1.0 1826:1.0 2168:1.0 3029:1.0 3355:1.0 3653:1.0 4 1:0.043478260869565216 8:0.05555555555555555 12:1.0 17:0.25 19:1.0 21:0.5 27:0.03225806451612903 37:0.2222222222222222 45:0.6666666666666666 58:0.1 84:1.0 86:0.16666666666666666 88:1.0 116:1.0 142:1.0 154:1.0 177:1.0 184:0.5 185:1.0 187:1.0 188:1.0 211:1.0 234:1.0 261:1.0 262:0.5 425:0.3333333333333333 437:1.0 548:0.06666666666666667 832:1.0 862:1.0 929:0.5 1203:1.0 1808:1.0 1843:1.0 2057:1.0 2157:1.0 2750:1.0 3311:1.0 4 1:0.043478260869565216 7:0.16666666666666666 8:0.16666666666666666 21:0.5 27:0.021505376344086023 31:0.3333333333333333 37:0.1111111111111111 45:1.0 50:0.25 65:0.5 81:0.5 99:0.3333333333333333 127:1.0 142:1.0 162:1.0 184:0.5 198:1.0 202:3.0 266:1.0 273:0.5 274:1.0 275:0.5 333:1.0 342:1.0 350:1.0 537:2.0 539:1.0 545:1.0 548:0.06666666666666667 718:0.5 726:1.0 832:1.0 866:1.0 911:1.0 989:1.0 1151:1.0 1168:1.0 1182:1.0 1304:1.0 1340:2.0 1341:1.0 1342:1.0 1343:1.0 1446:0.3333333333333333 1681:1.0 1729:1.0 1838:1.0 1962:1.0 2044:1.0 3738:1.0 4 1:0.043478260869565216 8:0.1111111111111111 14:1.0 17:0.5 19:1.0 21:1.0 22:0.14285714285714285 27:0.010752688172043012 31:0.16666666666666666 37:0.1111111111111111 45:2.0 88:0.5 99:0.3333333333333333 101:1.0 115:1.0 123:1.0 127:1.0 202:2.0 234:1.0 252:0.5 259:0.3333333333333333 266:1.0 268:1.0 288:1.0 328:0.14285714285714285 401:1.0 454:1.0 548:0.06666666666666667 600:0.3333333333333333 626:2.0 715:1.0 726:1.0 872:1.5 911:1.0 1733:1.0 1946:1.0 1947:1.0 1948:1.0 2172:1.0 2240:1.0 2347:1.0 2477:1.0 2924:1.0 3110:1.0 3403:1.0 4 1:0.08695652173913043 8:0.1111111111111111 14:1.0 17:0.5 19:1.0 21:0.5 27:0.021505376344086023 31:0.16666666666666666 45:1.0 95:0.5 126:1.0 127:1.0 130:0.5 131:1.0 132:1.0 133:1.0 134:1.0 145:0.2 146:1.0 154:1.0 196:1.0 211:1.0 216:1.0 243:2.0 268:1.0 488:1.0 489:0.5 508:1.0 548:0.06666666666666667 576:1.0 600:0.3333333333333333 697:0.5 714:1.0 729:1.0 818:1.0 837:1.0 854:1.0 1048:1.0 1090:1.0 1188:1.0 1189:0.5 1229:1.0 1733:1.0 2327:1.0 2330:1.0 2346:1.0 3286:1.0 3414:1.0 4 2:0.5 8:0.3333333333333333 14:3.0 17:0.25 21:0.5 23:0.5 27:0.021505376344086023 31:0.16666666666666666 37:0.2222222222222222 45:0.3333333333333333 85:1.0 88:0.5 123:1.0 127:1.0 129:0.5 142:1.0 162:1.0 187:1.0 190:1.0 193:0.09523809523809523 198:1.0 212:1.0 226:1.0 277:1.0 300:1.0 307:1.0 333:1.0 401:1.0 446:1.0 448:1.0 507:0.5 548:0.06666666666666667 556:1.0 576:1.0 625:1.0 705:1.0 850:1.0 925:1.0 1002:1.0 1024:0.5 1380:1.0 1424:0.25 1524:1.0 1535:1.0 1536:1.0 1537:1.0 1635:1.0 1713:1.0 1745:0.5 1954:1.0 2173:1.0 2337:1.0 2677:1.0 2696:1.0 5405:1.0 4 1:0.08695652173913043 8:0.1111111111111111 14:1.0 17:0.5 21:0.5 22:0.14285714285714285 27:0.03225806451612903 43:1.0 44:1.0 45:1.6666666666666667 50:0.25 81:0.5 95:0.5 115:1.0 144:0.2 193:0.047619047619047616 196:1.0 215:1.0 259:0.3333333333333333 260:0.5 317:1.0 376:1.0 437:1.0 524:1.0 631:1.0 743:1.0 818:1.0 827:1.0 1026:1.0 1218:1.0 1298:1.0 1349:1.0 1598:0.25 1660:1.0 1904:1.0 2303:1.0 6145:1.0 4 7:0.3333333333333333 8:0.16666666666666666 17:0.25 27:0.010752688172043012 31:0.3333333333333333 37:0.1111111111111111 45:0.3333333333333333 48:1.0 51:0.2 54:0.5 88:0.5 133:1.0 141:1.0 201:0.3333333333333333 259:0.3333333333333333 266:1.0 295:0.5 422:1.0 446:1.0 475:1.0 501:0.5 508:1.0 523:1.0 539:1.0 822:1.0 925:1.0 988:2.0 992:1.0 1001:1.0 1009:1.0 1186:1.0 1242:1.0 1853:1.0 1903:1.0 2521:1.0 2833:1.0 2949:1.0 4 1:0.043478260869565216 7:0.16666666666666666 8:0.1111111111111111 21:0.5 26:1.0 27:0.03225806451612903 31:0.3333333333333333 37:0.2222222222222222 44:1.0 45:0.3333333333333333 50:0.25 75:1.0 99:0.3333333333333333 101:1.0 123:0.5 164:0.5 174:0.09090909090909091 291:1.0 301:1.0 327:0.5 355:1.0 363:1.0 417:0.16666666666666666 437:1.0 448:1.0 449:1.0 554:1.0 581:1.0 582:1.0 758:1.0 870:1.0 965:1.0 1200:1.0 1201:1.0 1923:1.0 2929:1.0 5301:1.0 4 1:0.08695652173913043 7:0.16666666666666666 8:0.16666666666666666 17:0.25 19:1.0 21:0.5 24:1.0 27:0.021505376344086023 45:0.3333333333333333 57:1.0 88:0.5 101:1.0 130:0.5 134:1.0 212:2.0 216:1.0 259:0.6666666666666666 608:0.5 655:1.0 1050:0.5 1054:1.0 1459:1.0 1460:1.0 1462:1.0 1463:1.0 1947:1.0 2747:1.0 2753:1.0 3310:1.0 3388:1.0 3407:1.0 4 1:0.043478260869565216 7:0.16666666666666666 12:1.0 19:1.0 21:0.5 22:0.14285714285714285 26:1.0 27:0.021505376344086023 30:1.0 31:0.3333333333333333 37:0.1111111111111111 40:0.5 45:0.6666666666666666 52:1.0 58:0.1 84:1.0 95:0.5 101:1.0 161:0.5 175:1.0 181:0.07692307692307693 182:1.0 184:1.0 186:1.0 187:1.0 188:1.0 196:1.0 295:0.5 314:1.0 342:1.0 371:1.0 374:1.0 391:1.0 442:1.0 538:0.5 762:1.0 828:1.0 1026:1.0 1056:1.0 1123:1.0 1315:1.0 2131:1.0 2655:1.0 3211:1.0 5158:2.0
84e04cc4a7f1dd2e8bb387ef594691bbce985142
449d555969bfd7befe906877abab098c6e63a0e8
/1328/CH7/EX7.3/7_3.sce
0c5e7dc868192435b65234c38b7a85f002c213e4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
5,489
sce
7_3.sce
printf("\t example 7.3 \n"); printf("\t approximate values are mentioned in the book \n"); T1=390; // inlet hot fluid,F T2=200; // outlet hot fluid,F t1=100; // inlet cold fluid,F t2=170; // outlet cold fluid,F W=43800; // lb/hr w=149000; // lb/hr printf("\t 1.for heat balance \n"); printf("\t for kerosene \n"); c=0.605; // Btu/(lb)*(F) Q1=((W)*(c)*(T1-T2)); // Btu/hr printf("\t total heat required for kerosene is : %.1e Btu/hr \n",Q1); // calculation mistake in problem printf("\t for crude oil \n"); c=0.49; // Btu/(lb)*(F) Q=((w)*(c)*(t2-t1)); // Btu/hr printf("\t total heat required for mid continent crude is : %.1e Btu/hr \n",Q); // calculation mistake in problem delt1=T2-t1; //F delt2=T1-t2; // F printf("\t delt1 is : %.0f F \n",delt1); printf("\t delt2 is : %.0f F \n",delt2); LMTD=((delt2-delt1)/((2.3)*(log10(delt2/delt1)))); printf("\t LMTD is :%.1f F \n",LMTD); R=((T1-T2)/(t2-t1)); printf("\t R is : %.2f \n",R); S=((t2-t1)/(T1-t1)); printf("\t S is : %.3f \n",S); printf("\t FT is 0.905 \n"); // from fig 18 delt=(0.905*LMTD); // F printf("\t delt is : %.0f F \n",delt); X=((delt1)/(delt2)); printf("\t ratio of two local temperature difference is : %.3f \n",X); Fc=0.42; // from fig.17 Kc=0.20; // crude oil controlling Tc=((T2)+((Fc)*(T1-T2))); // caloric temperature of hot fluid,F printf("\t caloric temperature of hot fluid is : %.0f F \n",Tc); tc=((t1)+((Fc)*(t2-t1))); // caloric temperature of cold fluid,F printf("\t caloric temperature of cold fluid is : %.0f F \n",tc); printf("\t hot fluid:shell side,kerosene \n"); ID=21.25; // in C=0.25; // clearance B=5; // baffle spacing,in PT=1.25; as=((ID*C*B)/(144*PT)); // flow area,ft^2 printf("\t flow area is : %.4f ft^2 \n",as); Gs=(W/as); // mass velocity,lb/(hr)*(ft^2) printf("\t mass velocity is : %.2e lb/(hr)*(ft^2) \n",Gs); mu1=0.40*2.42; // at 280F,lb/(ft)*(hr), from fig.14 De=0.99/12; // from fig.28,ft Res=((De)*(Gs)/mu1); // reynolds number printf("\t reynolds number is : %.2e \n",Res); jH=93; // from fig.28 c=0.59; // Btu/(lb)*(F),at 280F,from fig.4 k=0.0765; // Btu/(hr)*(ft^2)*(F/ft), from fig.1 Pr=((c)*(mu1)/k)^(1/3); // prandelt number raised to power 1/3 printf("\t Pr is : %.3f \n",Pr); Ho=((jH)*(k/De)*(Pr)); // H0=(h0/phya),using eq.6.15,Btu/(hr)*(ft^2)*(F) printf("\t individual heat transfer coefficient is : %.0f Btu/(hr)*(ft^2)*(F) \n",Ho); printf("\t cold fluid:inner tube side,crude oil \n"); D=0.0675; // ft Nt=158; n=4; // number of passes L=16; //ft at1=0.515; // flow area, in^2 at=((Nt*at1)/(144*n)); // total area,ft^2,from eq.7.48 printf("\t flow area is : %.3f ft^2 \n",at); Gt=(w/(at)); // mass velocity,lb/(hr)*(ft^2) printf("\t mass velocity is : %.2e lb/(hr)*(ft^2) \n",Gt); mu2=3.6*2.42; // at 129F,lb/(ft)*(hr) Ret=((D)*(Gt)/mu2); // reynolds number printf("\t reynolds number is : %.2e \n",Ret); jH=31; // from fig.24 c=0.49; // Btu/(lb)*(F),at 304F,from fig.4 k=0.077; // Btu/(hr)*(ft^2)*(F/ft), from fig.1 Pr=((c)*(mu2)/k)^(1/3); // prandelt number raised to power 1/3 printf("\t Pr is : %.3f \n",Pr); Hi=((jH)*(k/D)*(Pr)*(1^0.14)); //Hi=(hi/phyp),using eq.6.15a,Btu/(hr)*(ft^2)*(F) printf("\t Hi is : %.0f Btu/(hr)*(ft^2)*(F) \n",Hi); ID=0.81; // ft OD=1; //ft Hio=((Hi)*(ID/OD)); //Hio=(hio/phyp), using eq.6.5 printf("\t Correct Hi0 to the surface at the OD is : %.0f Btu/(hr)*(ft^2)*(F) \n",Hio); muw=1.5*2.42; // lb/(ft)*(hr), from fig.14 phyt=(mu2/muw)^0.14; printf("\t phyt is : %.2f \n",phyt); // from fig.24 hio=(Hio)*(phyt); // from eq.6.37 printf("\t Correct hi0 to the surface at the OD is : %.0f Btu/(hr)*(ft^2)*(F) \n",hio); tw=(tc)+(((Ho)/(Hio+Ho))*(Tc-tc)); // from eq.5.31 printf("\t tw is : %.0f F \n",tw); muw=0.56*2.42; // lb/(ft)*(hr), from fig.14 phys=(mu1/muw)^0.14; printf("\t phys is : %.2f \n",phys); // from fig.24 ho=(Ho)*(phys); // from eq.6.36 printf("\t Correct h0 to the surface at the OD is : %.0f Btu/(hr)*(ft^2)*(F) \n",ho); Uc=((hio)*(ho)/(hio+ho)); // clean overall coefficient,Btu/(hr)*(ft^2)*(F) printf("\t clean overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",Uc); A2=0.2618; // actual surface supplied for each tube,ft^2,from table 10 A=(Nt*L*A2); // ft^2 printf("\t total surface area is : %.0f ft^2 \n",A); UD=((Q)/((A)*(delt))); printf("\t actual design overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",UD); Rd=((Uc-UD)/((UD)*(Uc))); // (hr)*(ft^2)*(F)/Btu printf("\t actual Rd is : %.5f (hr)*(ft^2)*(F)/Btu \n",Rd); printf("\t pressure drop for annulus \n"); f=0.00175; // friction factor for reynolds number 25300, using fig.29 s=0.73; // for reynolds number 25300,using fig.6 Ds=21.25/12; // ft N=(12*L/B); // number of crosses,using eq.7.43 printf("\t number of crosses are : %.0f \n",N); delPs=((f*(Gs^2)*(Ds)*(N))/(5.22*(10^10)*(De)*(s)*(phys))); // using eq.7.44,psi printf("\t delPs is : %.1f psi \n",delPs); printf("\t allowable delPa is 10 psi \n"); printf("\t pressure drop for inner pipe \n"); f=0.000285; // friction factor for reynolds number 8220, using fig.26 s=0.83; delPt=((f*(Gt^2)*(L)*(n))/(5.22*(10^10)*(D)*(s)*(phyt))); // using eq.7.45,psi printf("\t delPt is : %.1f psi \n",delPt); X1=0.15; // X1=((V^2)/(2*g)), for Gt 1060000,using fig.27 delPr=((4*n*X1)/(s)); // using eq.7.46,psi printf("\t delPr is : %.1f psi \n",delPr); delPT=delPt+delPr; // using eq.7.47,psi printf("\t delPT is : %.1f psi \n",delPT); printf("\t allowable delPs is 10 psi \n"); //end
7266eaa754bacd2fe8af8812975812b7bae794c1
449d555969bfd7befe906877abab098c6e63a0e8
/1223/CH5/EX5.1/Ex5_1.sce
1011b99bc5fd13df2f3ee4b240319a27c423bfbd
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
275
sce
Ex5_1.sce
clear; clc; //Example 5.1 Vtn=0.75;//(V) W=40*10^-6;//(cm) L=4*10^-6;//(cm) u=650;//(cm) Iox=450*10^-11; e=3.9*8.86*10^-14; Kn=W*u*e/(2*L*Iox); printf('\nconduction parameter=%f mA/V^2\n',Kn) Vgs=2*Vtn; i_D=Kn*(Vgs-Vtn)^2; printf('\ndrain current=%f mA\n',i_D)
869eb673aed1c40c19bc79128990f5136663aa04
449d555969bfd7befe906877abab098c6e63a0e8
/605/CH8/EX8.19/8_19.sce
851438e1094096cc0bba872ca008385680d8626d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
306
sce
8_19.sce
Zo1=50 Zo2=50 Vs1=1 Vs2=1 Z1=%i*50+50*(-%i*25)/(50-%i*25) S11=(Z1-Zo1)/(Z1+Zo1) Z2=(50+%i*50)*(-%i*25)/(50+%i*50-25*%i) S22=(Z2-Zo2)/(Z2+Zo2) V2=(10-%i*20)/(50+%i*50+10-%i*20)*Vs1 S21=2*V2/Vs1 V2=(10-%i*30)/(50+10-%i*30)*Vs2 V1=50/(50+%i*50)*V2 S12=2*V1/Vs2 A=[S11,S12;S21,S22] disp(A,"A=")
bec0be7b05d301b80fa46353175a12881b5803aa
449d555969bfd7befe906877abab098c6e63a0e8
/3751/CH11/EX11.4/Ex11_4.sce
da9fce543aa956cf4beae8e011277667e5603cd0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
1,862
sce
Ex11_4.sce
//Fluid Systems - By - Shiv Kumar //Chapter 11- Centrifugal Pumps //Example 11.4 //To Find (a)Vane Angle at Inlet (b)Work done by Impeller on water per second (c)Manometric Efficiency clc clear //Given Data:- //As Outer Diameter equals two times Inner Diameter, Do_by_Di=2; //Do/Di N=980; //Speed, rpm Hm=52; //Manometric Head, m Vfo=2.6; //Velocity of Flow, m/s Vfi=Vfo; beta_o=42; //Vane Angle at outlet, degrees Do=600; //Outer Diameter of the Impeller, mm bo=60; //Width at Outlet, mm //Data Used:- rho=1000; //Density of water, kg/m^3 g=9.81; //Acceleration due to gravity, m/s^2 //Computations:- Do=Do/1000; //m bo=bo/1000; //m Di=Do/Do_by_Di; //Diameter at Inlet of Impeller, m ui=%pi*Di*N/60; //Tangential velocity of Impeller at Inlet,m/s uo=%pi*Do*N/60; // Tangential velocity of Impeller at Outlet, m/s Q=%pi*Do*bo*Vfo; //Discharge, m^3/s //(a)Vane Angle at Inlet, beta_i beta_i=atand(Vfi/ui); //degrees //(b) Work done by Impeller on water per sec, W Vwo=uo-Vfo/tand(beta_o); //m/s W=rho*Q*Vwo*uo/1000; //kN-m/s //(c) Manometric Efficiency, eta_man eta_man=g*Hm/(Vwo*uo)*100; //In Percentage //Results:- printf(" (a)Vane Angle at Inlet, beta_i=%.2f Degrees \n ",beta_i) printf(" (b) Work done by Impeller on water per sec =%.3f kN-m/s \n ",W) //The answer provided in the textbook is wrong. printf(" (c) Manometric Efficiency, eta_man =%.2f Percent \n ",eta_man) //The answer provided in the textbook is wrong.
3fbcea672c9f3868a49e051cc5123931b22296ff
449d555969bfd7befe906877abab098c6e63a0e8
/3401/CH4/EX4.4/Ex4_4.sce
cd7b0cff84891100fa568936bcb9ce68841b8c09
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
208
sce
Ex4_4.sce
clc T=300 //K mn=1.08 //m0 mp=0.56 //m0 k=8.617*10^-5 //eV/K //Efi-Emidgap=(3/4)k*T*log(mp/mn) //a=Efi-Emidgap a=(0.75)*k*T*log(mp/mn) printf('Efi-Emidgap=%f eV',a) //textbook ans is wrong
6a1b89fd20ee5687b4312493d46de8990791013a
449d555969bfd7befe906877abab098c6e63a0e8
/617/CH4/EX4.3/Example4_3.sci
bc85a2de5c53a45689c98c315863594237a9f526
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
1,076
sci
Example4_3.sci
clc(); clear; // To find the tempearure and heat low in case of sudden heat change t = 10; // time elapsed in hr Ti= 70; // tempearature of wall initially in degF Ts = 1500; // temperature of surface when suddenly changed in degF a = 0.03; // thermal diffusivity in ft^2/hr k = 0.5; // thermal conductivity in Btu/hr-ft-degF A = 10; // area of wall in sq ft x = 7/12; // distance from surface where tempearture is to be found in ft f = x/(2*sqrt(a*t)); // From gaussian error function table erf can be found errorf = 0.55; // Referred from table T = Ts+(Ti-Ts)*errorf; printf("Temperaure at a distance of 7/12ft from surface is %.1f degF \n",T); q = -k*A*(Ti-Ts)*exp(-x^2/(4*a*t))/sqrt(t*%pi*a); // heat flow rate at a distance qtot = -k*A*(Ti-Ts)*2*sqrt(t/(%pi*a)); // total heat flowing after 10 hrs in Btu printf(" Heat flowing at a distance of 7/12 ft from surface is %d Btu/hr\n",q); printf(" Total heat flow after 10hrs is %f Btu",%pi);
6e3ae27c4d11aa96897abe6a879d4c25895fbc11
449d555969bfd7befe906877abab098c6e63a0e8
/1691/CH1/EX1.2/Example1_2.sce
4a4067af2ef831a0f7ae8e443dd444727526d4cd
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
90
sce
Example1_2.sce
//Example 1.2 clc avf=600/(1+(600*0.01)) format(7) disp(avf,"A_vf = A / 1+A*beta =")
43716463c6dab21cdeb16c3ea3f2fbed1efc747f
449d555969bfd7befe906877abab098c6e63a0e8
/3785/CH5/EX5.8/Ex5_8.sce
4ffb4feabfa1760818c7d1df36b37459bbcb2c03
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
738
sce
Ex5_8.sce
// Example 5_8 clc;funcprot(0); // Given data V_f=200;// The speed of flying air plane in km/h rho=1.2;// The density of air in kg/m^3 F=3*10^3;// The propulsive force in N D_p=2;// The diameter of the propeller in m // Calculation // (a) V_f=(V_f*10^3)/3600;// The speed of flying air plane in m/s A_p=(%pi*D_p^2)/4;// Area of propeller in m^2 V_w=sqrt((V_f^2)+((2*F)/(rho*A_p)));// The wake speed in m/s printf("\nThe wake speed,V_w=%2.2f m/s",V_w); // (b) n_prop=(2*V_f)/(V_w+V_f)*100;// The propulsive efficiency in % printf("\nThe propulsive efficiency is %2.2f percentage",n_prop); // (c) P_p=(F*(V_w+V_f))/(2*10^3);// The engine powerin kW printf("\nThe engine power for this air craft is %3.1f kW",P_p);
8c17521ac527da8b56125209e618f813dc6b9400
449d555969bfd7befe906877abab098c6e63a0e8
/854/CH8/EX8.2/Example8_2.sce
4dd4d362dd9146ab1b67cfe3b21355f712a848bc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
552
sce
Example8_2.sce
//clear// //Caption: Program to find the curlH of a square path of side 'd' //Example8.2 //page 230 clc; ax = sym('ax'); az = sym('az'); ay = sym('ay'); z = sym('z'); y = sym('y'); d = sym('d'); H = 0.2*z^2*ax; Hx = float(H/ax); HdL = float(0.4*z*d^2); //curlH evaluated from the definition of curl curlH = (HdL/(d^2))*ay; //curlH evaluated from the determinant del_cross_H = -ay*(-diff(Hx,z))+az*(-diff(Hx,y)); disp(curlH,'curlH = ') disp(del_cross_H,'del_cross_H = ') //Result //curlH = 0.4*ay*z //del_cross_H = 0.4*ay*z
2ed512ee7d0a72a2f5b4eb3f6ac313fc85eda563
449d555969bfd7befe906877abab098c6e63a0e8
/881/CH8/EX8.2/exa8_2.sce
b67ab8d07ace91487208d70988f676f94927cba3
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
578
sce
exa8_2.sce
clc; //Example 8.2 //Page no 309 //Solution B=200*(10^3); //kHz NF=8; //dB T=100; //K m=1; a=37-17; //dB disp('dB',a," the prediction signal to noise ratio must be atleast, "); b=20+8; //dB disp('dB',b,"Therefore, for an overall receiver noise figure equal to 8dB, the S/N ratio at the input to the receiver must be atleast, "); disp("The receiver input noise power is, "); K=(1.38*(10^-23)); N=10*log10((K*T*B)/0.001); disp('dBm',N,"N(dB) = "); disp("Consequently, the minimum receiver signal power for a 28dB S/N ratio is, "); S=N+28; disp('dBm',S,"S = ");
1feb752bf492af2af2be5bd9039e3e9c51a37621
449d555969bfd7befe906877abab098c6e63a0e8
/2339/CH6/EX6.14.1/Ex6_14.sce
d47470e850cf83c7e98f8ba1b5007cc0c3fb91cd
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
337
sce
Ex6_14.sce
clc clear P1=1; //in bar T1=20+273; //in K P2=39; //in bar P3=P2; T3=1100+273; //in K G=1.4; //For reversible Adiabatic Process 1-2 T2=T1*((P2/P1)^((G-1)/G)); r=(P2/P1)^(1/G); Z=T3/T2; Eff=100*(1-((1/(r^(G-1)))*(1/G)*((Z^G)-1)/(Z-1))); printf('Efficiency: %2.2f Percent',Eff); printf('\n');
84d45532f569a68aefa0a6687420e2b6e3abc2bb
449d555969bfd7befe906877abab098c6e63a0e8
/548/DEPENDENCIES/8_01data.sci
26068ebffef57dcfdaf750f9260cec3cb82a3e82
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
403
sci
8_01data.sci
V=9000;//burnout velocity(m/s) alpha=3*%pi/180;//direction of bernout velocity due north above local horizontal(degree) H=.805*10^6;//altitude above sea level(meter) beeta=27*%pi/180;//angle made by burnout point with equator Re=6.4*10^6;//radius(m)of earth Rb=7.2*10^6 //distance of bernout point from earth's center K=3.986*10^14;//product of earth's mass and universal Gravitational constant.
d1c5e66f77f9d47aab209a3f687348c42f06e853
449d555969bfd7befe906877abab098c6e63a0e8
/2495/CH2/EX2.9.2/Ex2_9_2.sce
56b64ea2ca165a4ada35bcc5e51f514596d6c683
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
577
sce
Ex2_9_2.sce
clear clc h=3.9;//height in mm rho=1.0;//density of solution g=980.7;//acceleration due to gravity in cm/s^2 P=((h/10)*rho*g);//osmotic pressure in gm/(cms^2) V=1000;//volume in cm^3 T=25;//temperatur in C w2=1;//weight of serum albumin R=8.314;//in J/Kmol M2=(w2*(R*10^7)*(T+273))/(P*V);//molar mass of serum albumin printf('M2=%.3f *10^4 g/mol',M2/10^4) //The above result is in CGS units //The following results are in SI units p=(P/10);//osmotic pressure in N/m^2 m2=(M2/10^3);//molar mass of serum albumin printf('\nm2=%.2f Kg/mol',m2) //page 67
ef55f2a2000cc598cb827816c19ab6e8635c0885
449d555969bfd7befe906877abab098c6e63a0e8
/2175/CH1/EX1.2/1_2.sce
4659bddfd41228d4d5046f97d078d6dc01d0d829
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
286
sce
1_2.sce
clc; p1=20;//bar v1=0.05;//m^3 v2=0.1;//m^3 p2=p1*[(v1/v2)^2];//bar W_12=-10^5*p1*(v1^2)*((1/v1)-(1/v2)); W_23=10^5*p2*(v2-v1); //work done from 3-1 is zero as the piston is locked in position. disp("The net work done by the fluid is:"); W=-(W_12+W_23) disp("N m",W)
eadc156dc70fc7986846c2c36c29c5de541891af
2c38b5e6a84bad134e52cb70c203fabc5c2832cf
/04/divide/DivideTest.tst
7e94fd7c7e6fbcad67b2b635d3691926c2dfd17a
[]
no_license
DavidAndOmerInc/Nand
85ce33fff2dd6e0f33fef5ecaa2396b9a8b05030
9d6fbc5c4d79af8c2b5ccf2ebdaae84cfb241604
refs/heads/master
2021-01-10T23:57:14.699326
2016-12-29T21:26:47
2016-12-29T21:26:47
70,778,364
0
0
null
null
null
null
UTF-8
Scilab
false
false
537
tst
DivideTest.tst
// File name: projects/04/divide/Divide.tst load Divide.asm, output-file DivideTest.out, compare-to DivideTest.cmp, output-list RAM[13]%D2.6.2 RAM[14]%D2.6.2 RAM[15]%D2.6.2 ; set PC 0, set RAM[13] 3000, // Set test arguments set RAM[14] 4, set RAM[15] 1, repeat 750 { ticktock; } output; set PC 0, set RAM[13] 16382, // Set test arguments set RAM[14] 2, set RAM[15] 1, repeat 1100 { ticktock; } output; set PC 0, set RAM[13] 32767, // Set test arguments set RAM[14] 3, set RAM[15] 1, repeat 1200 { ticktock; } output;
3374ab60e283f7723824353d2857817d256e9508
3073307fa4b6da9371518f0718c199501b8c5c71
/factCholesky.sci
25a3f7ce06e423282960a82e81b2c2c0f59d4f00
[]
no_license
fern17/CalculoNumerico
8b04abdf8e1da4b69a1256334a4bc58ff5c9180d
c793733ce17616361dd02f358ef63c1d9be5c99e
refs/heads/master
2020-06-04T00:06:19.723655
2011-12-20T13:47:40
2011-12-20T13:47:40
2,929,202
0
0
null
null
null
null
UTF-8
Scilab
false
false
403
sci
factCholesky.sci
//Realiza la factorización de Cholesky //A es una matriz de nxn. // L es matriz triangular inferior // Lt es la transpuesta de L function [L,Lt] = factCholesky(A) n = size(A,1); L = zeros(n,n); for k=1:n L(k,k) = sqrt(A(k,k) - sum(L(k,1:(k-1))^2)); for i=(k+1):n L(i,k) = (A(i,k) - L(i,1:(k-1))*L(k,1:(k-1)))/L(k,k); end end Lt = L'; endfunction
d2b61c48b193026f43c6f69114c00967aef9d586
449d555969bfd7befe906877abab098c6e63a0e8
/1727/CH7/EX7.13/7_13.sce
6c38e1f49866362b18806eb5a47aefee21713a48
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
244
sce
7_13.sce
clc //Initialization of variables g=9.81 //m/s^2 rho=10^3 //kg/m^3 d=9 //m dia=0.3 //m //calculations V302= 2*g*d/(0.5 + 20 + 2.53+101+0.66+41.47+2.07) V30=sqrt(V302) Q=%pi/4 *dia^2 *V30 //results printf("Flow rate = %.3f m^3/s",Q)
5e31c3b2efe9544a1e63f8224767f46546b9b0a1
931df7de6dffa2b03ac9771d79e06d88c24ab4ff
/High & Low Ground Smoothness lg.sce
6038252f7b66242dba60612f4d8fd70df2a36768
[]
no_license
MBHuman/Scenarios
be1a722825b3b960014b07cda2f12fa4f75c7fc8
1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137
refs/heads/master
2023-01-14T02:10:25.103083
2020-11-21T16:47:14
2020-11-21T16:47:14
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
244,192
sce
High & Low Ground Smoothness lg.sce
Name=High & Low Ground Smoothness lg PlayerCharacters=HLGS Challenger BotCharacters=HLGS Bot Rotation.rot IsChallenge=true Timelimit=300.0 PlayerProfile=HLGS Challenger AddedBots=HLGS Bot Rotation.rot PlayerMaxLives=0 BotMaxLives=17 PlayerTeam=1 BotTeams=2 MapName=sphere_field_1spawn_offset.map MapScale=1.0 BlockProjectilePredictors=true BlockCheats=true InvinciblePlayer=false InvincibleBots=false Timescale=1.0 BlockHealthbars=false TimeRefilledByKill=0.0 ScoreToWin=1.0 ScorePerDamage=0.0 ScorePerKill=0.0 ScorePerMidairDirect=0.0 ScorePerAnyDirect=0.0 ScorePerTime=10.0 ScoreLossPerDamageTaken=0.0 ScoreLossPerDeath=0.0 ScoreLossPerMidairDirected=0.0 ScoreLossPerAnyDirected=0.0 ScoreMultAccuracy=false ScoreMultDamageEfficiency=false ScoreMultKillEfficiency=false GameTag=MCA-WIP, Tracking WeaponHeroTag=Fully-auto DifficultyTag=2 AuthorsTag=pleasewait,sdk BlockHitMarkers=false BlockHitSounds=false BlockMissSounds=false BlockFCT=true Description=Tracking against high/low ground. GameVersion=2.0.1.0 ScorePerDistance=0.0 MBSEnable=false MBSTime1=0.25 MBSTime2=0.5 MBSTime3=0.75 MBSTime1Mult=1.0 MBSTime2Mult=2.0 MBSTime3Mult=3.0 MBSFBInstead=false MBSRequireEnemyAlive=false LockFOVRange=false LockedFOVMin=60.0 LockedFOVMax=120.0 LockedFOVScale=Clamped Horizontal [Aim Profile] Name=Default MinReactionTime=0.3 MaxReactionTime=0.4 MinSelfMovementCorrectionTime=0.001 MaxSelfMovementCorrectionTime=0.05 FlickFOV=30.0 FlickSpeed=1.5 FlickError=15.0 TrackSpeed=3.5 TrackError=3.5 MaxTurnAngleFromPadCenter=75.0 MinRecenterTime=0.3 MaxRecenterTime=0.5 OptimalAimFOV=30.0 OuterAimPenalty=1.0 MaxError=40.0 ShootFOV=15.0 VerticalAimOffset=0.0 MaxTolerableSpread=5.0 MinTolerableSpread=1.0 TolerableSpreadDist=2000.0 MaxSpreadDistFactor=2.0 AimingStyle=Original ScanSpeedMultiplier=1.0 MaxSeekPitch=30.0 MaxSeekYaw=30.0 AimingSpeed=5.0 MinShootDelay=0.3 MaxShootDelay=0.6 [Bot Profile] Name=HLGS Target + 00 DodgeProfileNames=HLGS Dodging DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=60.0 UseWeapons=false CharacterProfile=HLGS Target + 00 SeeThroughWalls=false NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=HLGS Target - 01 DodgeProfileNames=HLGS Dodging DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=60.0 UseWeapons=false CharacterProfile=HLGS Target - 01 SeeThroughWalls=false NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=HLGS Target - 02 DodgeProfileNames=HLGS Dodging DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=60.0 UseWeapons=false CharacterProfile=HLGS Target - 02 SeeThroughWalls=false NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=HLGS Target - 03 DodgeProfileNames=HLGS Dodging DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=60.0 UseWeapons=false CharacterProfile=HLGS Target - 03 SeeThroughWalls=false NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=HLGS Target - 04 DodgeProfileNames=HLGS Dodging DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=60.0 UseWeapons=false CharacterProfile=HLGS Target - 04 SeeThroughWalls=false NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=HLGS Target + 01 DodgeProfileNames=HLGS Dodging DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=60.0 UseWeapons=false CharacterProfile=HLGS Target + 01 SeeThroughWalls=false NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=HLGS Target + 02 DodgeProfileNames=HLGS Dodging DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=60.0 UseWeapons=false CharacterProfile=HLGS Target + 02 SeeThroughWalls=false NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=HLGS Target + 03 DodgeProfileNames=HLGS High Dodging DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=60.0 UseWeapons=false CharacterProfile=HLGS Target + 03 SeeThroughWalls=false NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=HLGS Target + 04 DodgeProfileNames=HLGS High Dodging DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=60.0 UseWeapons=false CharacterProfile=HLGS Target + 04 SeeThroughWalls=false NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Rotation Profile] Name=HLGS Bot Rotation ProfileNames=HLGS Target + 00;HLGS Target - 01;HLGS Target - 02;HLGS Target - 03;HLGS Target - 04;HLGS Target - 03;HLGS Target - 02;HLGS Target - 01;HLGS Target + 00;HLGS Target + 01;HLGS Target + 02;HLGS Target + 03;HLGS Target + 04;HLGS Target + 03;HLGS Target + 02;HLGS Target + 01 ProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0 Randomized=false [Character Profile] Name=HLGS Challenger MaxHealth=100.0 WeaponProfileNames=;LG;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=16.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=0.0 MaxCrouchSpeed=160.0 Acceleration=2560.0 AirAcceleration=16000.0 Friction=1.0 BrakingFrictionFactor=0.5 JumpVelocity=0.0 Gravity=0.0 AirControl=0.25 CanCrouch=false CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.000 TeamHeadColor=X=1.000 Y=1.000 Z=1.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=0.0 MainBBType=Cylindrical MainBBHeight=72.0 MainBBRadius=12.0 MainBBHasHead=false MainBBHeadRadius=10.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=12.0 ProjBBHasHead=false ProjBBHeadRadius=10.0 ProjBBHeadOffset=0.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=true AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=40.0 BlockSpawnDistance=4096.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=512.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=true ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=HLGS Target + 00 MaxHealth=600.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=1.5 MaxRespawnDelay=1.5 StepUpHeight=16.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=320.0 MaxCrouchSpeed=160.0 Acceleration=2560.0 AirAcceleration=16000.0 Friction=1.0 BrakingFrictionFactor=0.5 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=false CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.000 TeamHeadColor=X=1.000 Y=1.000 Z=1.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=0.0 MainBBType=Cylindrical MainBBHeight=69.0 MainBBRadius=5.0 MainBBHasHead=true MainBBHeadRadius=5.0 MainBBHeadOffset=-2.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=69.0 ProjBBRadius=5.0 ProjBBHasHead=true ProjBBHeadRadius=5.0 ProjBBHeadOffset=-2.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=true AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=true LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=512.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=HLGS Target - 01 MaxHealth=600.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=1.5 MaxRespawnDelay=1.5 StepUpHeight=16.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=302.0 MaxCrouchSpeed=160.0 Acceleration=2560.0 AirAcceleration=16000.0 Friction=1.0 BrakingFrictionFactor=0.5 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=false CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.000 TeamHeadColor=X=1.000 Y=1.000 Z=1.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=0.0 MainBBType=Cylindrical MainBBHeight=69.0 MainBBRadius=5.0 MainBBHasHead=true MainBBHeadRadius=5.0 MainBBHeadOffset=-2.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=69.0 ProjBBRadius=5.0 ProjBBHasHead=true ProjBBHeadRadius=5.0 ProjBBHeadOffset=-2.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=true AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=true LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=512.0 VerticalSpawnOffset=-175.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=31.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=HLGS Target - 02 MaxHealth=600.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=1.5 MaxRespawnDelay=1.5 StepUpHeight=16.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=251.0 MaxCrouchSpeed=160.0 Acceleration=2560.0 AirAcceleration=16000.0 Friction=1.0 BrakingFrictionFactor=0.5 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=false CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.000 TeamHeadColor=X=1.000 Y=1.000 Z=1.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=0.0 MainBBType=Cylindrical MainBBHeight=69.0 MainBBRadius=5.0 MainBBHasHead=true MainBBHeadRadius=5.0 MainBBHeadOffset=-2.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=69.0 ProjBBRadius=5.0 ProjBBHasHead=true ProjBBHeadRadius=5.0 ProjBBHeadOffset=-2.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=true AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=true LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=512.0 VerticalSpawnOffset=-345.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=120.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=HLGS Target - 03 MaxHealth=600.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=1.5 MaxRespawnDelay=1.5 StepUpHeight=16.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=174.0 MaxCrouchSpeed=160.0 Acceleration=2560.0 AirAcceleration=16000.0 Friction=1.0 BrakingFrictionFactor=0.5 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=false CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.000 TeamHeadColor=X=1.000 Y=1.000 Z=1.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=0.0 MainBBType=Cylindrical MainBBHeight=69.0 MainBBRadius=5.0 MainBBHasHead=true MainBBHeadRadius=5.0 MainBBHeadOffset=-2.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=69.0 ProjBBRadius=5.0 ProjBBHasHead=true ProjBBHeadRadius=5.0 ProjBBHeadOffset=-2.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=true AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=true LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=512.0 VerticalSpawnOffset=-459.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=256.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=HLGS Target - 04 MaxHealth=600.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=1.5 MaxRespawnDelay=1.5 StepUpHeight=16.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=78.0 MaxCrouchSpeed=160.0 Acceleration=2560.0 AirAcceleration=16000.0 Friction=1.0 BrakingFrictionFactor=0.5 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=false CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.000 TeamHeadColor=X=1.000 Y=1.000 Z=1.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=0.0 MainBBType=Cylindrical MainBBHeight=69.0 MainBBRadius=5.0 MainBBHasHead=true MainBBHeadRadius=5.0 MainBBHeadOffset=-2.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=69.0 ProjBBRadius=5.0 ProjBBHasHead=true ProjBBHeadRadius=5.0 ProjBBHeadOffset=-2.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=true AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=true LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=512.0 VerticalSpawnOffset=-520.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=423.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=HLGS Target + 01 MaxHealth=600.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=1.5 MaxRespawnDelay=1.5 StepUpHeight=16.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=302.0 MaxCrouchSpeed=160.0 Acceleration=2560.0 AirAcceleration=16000.0 Friction=1.0 BrakingFrictionFactor=0.5 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=false CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.000 TeamHeadColor=X=1.000 Y=1.000 Z=1.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=0.0 MainBBType=Cylindrical MainBBHeight=69.0 MainBBRadius=5.0 MainBBHasHead=true MainBBHeadRadius=5.0 MainBBHeadOffset=-2.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=69.0 ProjBBRadius=5.0 ProjBBHasHead=true ProjBBHeadRadius=5.0 ProjBBHeadOffset=-2.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=true AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=true LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=512.0 VerticalSpawnOffset=175.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=31.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=HLGS Target + 02 MaxHealth=600.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=1.5 MaxRespawnDelay=1.5 StepUpHeight=16.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=251.0 MaxCrouchSpeed=160.0 Acceleration=2560.0 AirAcceleration=16000.0 Friction=1.0 BrakingFrictionFactor=0.5 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=false CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.000 TeamHeadColor=X=1.000 Y=1.000 Z=1.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=0.0 MainBBType=Cylindrical MainBBHeight=69.0 MainBBRadius=5.0 MainBBHasHead=true MainBBHeadRadius=5.0 MainBBHeadOffset=-2.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=69.0 ProjBBRadius=5.0 ProjBBHasHead=true ProjBBHeadRadius=5.0 ProjBBHeadOffset=-2.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=true AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=true LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=512.0 VerticalSpawnOffset=345.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=120.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=HLGS Target + 03 MaxHealth=600.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=1.5 MaxRespawnDelay=1.5 StepUpHeight=16.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=174.0 MaxCrouchSpeed=160.0 Acceleration=2560.0 AirAcceleration=16000.0 Friction=1.0 BrakingFrictionFactor=0.5 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=false CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.000 TeamHeadColor=X=1.000 Y=1.000 Z=1.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=0.0 MainBBType=Cylindrical MainBBHeight=69.0 MainBBRadius=5.0 MainBBHasHead=true MainBBHeadRadius=5.0 MainBBHeadOffset=-2.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=69.0 ProjBBRadius=5.0 ProjBBHasHead=true ProjBBHeadRadius=5.0 ProjBBHeadOffset=-2.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=true AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=true LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=512.0 VerticalSpawnOffset=459.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=256.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=HLGS Target + 04 MaxHealth=600.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=1.5 MaxRespawnDelay=1.5 StepUpHeight=16.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=78.0 MaxCrouchSpeed=160.0 Acceleration=2560.0 AirAcceleration=16000.0 Friction=1.0 BrakingFrictionFactor=0.5 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=false CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.000 TeamHeadColor=X=1.000 Y=1.000 Z=1.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=0.0 MainBBType=Cylindrical MainBBHeight=69.0 MainBBRadius=5.0 MainBBHasHead=true MainBBHeadRadius=5.0 MainBBHeadOffset=-2.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=69.0 ProjBBRadius=5.0 ProjBBHasHead=true ProjBBHeadRadius=5.0 ProjBBHeadOffset=-2.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=true AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=true LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=512.0 VerticalSpawnOffset=520.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=423.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Dodge Profile] Name=HLGS Dodging MaxTargetDistance=566.0 MinTargetDistance=556.0 ToggleLeftRight=true ToggleForwardBack=false MinLRTimeChange=2.25 MaxLRTimeChange=2.25 MinFBTimeChange=1.2 MaxFBTimeChange=1.5 DamageReactionChangesDirection=false DamageReactionChanceToIgnore=0.5 DamageReactionMinimumDelay=0.125 DamageReactionMaximumDelay=0.25 DamageReactionCooldown=1.0 DamageReactionThreshold=0.0 DamageReactionResetTimer=0.1 JumpFrequency=0.0 CrouchInAirFrequency=0.0 CrouchOnGroundFrequency=0.0 TargetStrafeOverride=Ignore TargetStrafeMinDelay=0.125 TargetStrafeMaxDelay=0.25 MinProfileChangeTime=2.0 MaxProfileChangeTime=2.5 MinCrouchTime=0.3 MaxCrouchTime=0.6 MinJumpTime=0.3 MaxJumpTime=0.6 LeftStrafeTimeMult=1.0 RightStrafeTimeMult=1.0 StrafeSwapMinPause=0.0 StrafeSwapMaxPause=0.0 BlockedMovementPercent=0.0 BlockedMovementReactionMin=0.1 BlockedMovementReactionMax=0.1 WaypointLogic=Ignore WaypointTurnRate=200.0 MinTimeBeforeShot=0.15 MaxTimeBeforeShot=0.25 IgnoreShotChance=0.0 [Dodge Profile] Name=HLGS High Dodging MaxTargetDistance=526.0 MinTargetDistance=516.0 ToggleLeftRight=true ToggleForwardBack=false MinLRTimeChange=2.25 MaxLRTimeChange=2.25 MinFBTimeChange=1.2 MaxFBTimeChange=1.5 DamageReactionChangesDirection=false DamageReactionChanceToIgnore=0.5 DamageReactionMinimumDelay=0.125 DamageReactionMaximumDelay=0.25 DamageReactionCooldown=1.0 DamageReactionThreshold=0.0 DamageReactionResetTimer=0.1 JumpFrequency=0.0 CrouchInAirFrequency=0.0 CrouchOnGroundFrequency=0.0 TargetStrafeOverride=Ignore TargetStrafeMinDelay=0.125 TargetStrafeMaxDelay=0.25 MinProfileChangeTime=2.0 MaxProfileChangeTime=2.5 MinCrouchTime=0.3 MaxCrouchTime=0.6 MinJumpTime=0.3 MaxJumpTime=0.6 LeftStrafeTimeMult=1.0 RightStrafeTimeMult=1.0 StrafeSwapMinPause=0.0 StrafeSwapMaxPause=0.0 BlockedMovementPercent=0.0 BlockedMovementReactionMin=0.1 BlockedMovementReactionMax=0.1 WaypointLogic=Ignore WaypointTurnRate=200.0 MinTimeBeforeShot=0.15 MaxTimeBeforeShot=0.25 IgnoreShotChance=0.0 [Weapon Profile] Name=LG Type=Hitscan ShotsPerClick=1 DamagePerShot=6.0 KnockbackFactor=2.0 TimeBetweenShots=0.046 Pierces=false Category=FullyAuto BurstShotCount=1 TimeBetweenBursts=0.5 ChargeStartDamage=10.0 ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000 ChargeTimeToAutoRelease=2.0 ChargeTimeToCap=1.0 ChargeMoveSpeedModifier=1.0 MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000 InheritOwnerVelocity=0.0 OriginOffset=X=0.000 Y=0.000 Z=0.000 MaxTravelTime=5.0 MaxHitscanRange=100000.0 GravityScale=1.0 HeadshotCapable=false HeadshotMultiplier=2.0 MagazineMax=0 AmmoPerShot=1 ReloadTimeFromEmpty=0.5 ReloadTimeFromPartial=0.5 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=7.0 DelayBeforeShot=0.0 ProjectileGraphic=Ball VisualLifetime=0.05 BounceOffWorld=false BounceFactor=0.0 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=1.0 CanAimDownSight=false ADSZoomDelay=0.0 ADSZoomSensFactor=0.7 ADSMoveFactor=1.0 ADSStartDelay=0.0 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=0.000 Z=-80.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=9.0 RecoilNegatable=false DecalType=0 DecalSize=30.0 DelayAfterShooting=0.0 BeamTracksCrosshair=true AlsoShoot= ADSShoot= StunDuration=0.0 CircularSpread=true SpreadStationaryVelocity=0.0 PassiveCharging=false BurstFullyAuto=true FlatKnockbackHorizontal=0.0 FlatKnockbackVertical=0.0 HitscanRadius=0.0 HitscanVisualRadius=6.0 TaggingDuration=0.0 TaggingMaxFactor=1.0 TaggingHitFactor=1.0 RecoilCrouchScale=1.0 RecoilADSScale=1.0 PSRCrouchScale=1.0 PSRADSScale=1.0 ProjectileAcceleration=0.0 AccelIncludeVertical=true AimPunchAmount=0.0 AimPunchResetTime=0.05 AimPunchCooldown=0.5 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=true MinimumDecelVelocity=0.0 PSRManualNegation=false PSRAutoReset=true AimPunchUpTime=0.05 AmmoReloadedOnKill=0 CancelReloadOnKill=false FlatKnockbackHorizontalMin=0.0 FlatKnockbackVerticalMin=0.0 ADSScope=No Scope ADSFOVOverride=72.099998 ADSFOVScale=Horizontal (4:3) ADSAllowUserOverrideFOV=true IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.1 WeaponModel=Heavy Surge Rifle WeaponAnimation=Primary UseIncReload=false IncReloadStartupTime=0.0 IncReloadLoopTime=0.0 IncReloadAmmoPerLoop=1 IncReloadEndTime=0.0 IncReloadCancelWithShoot=true WeaponSkin=Default ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000 SpreadDecayDelay=0.0 ReloadBeforeRecovery=true 3rdPersonWeaponModel=Pistol 3rdPersonWeaponSkin=Default ParticleMuzzleFlash=None ParticleWallImpact=None ParticleBodyImpact=None ParticleProjectileTrail=None ParticleHitscanTrace=Tracer ParticleMuzzleFlashScale=1.0 ParticleWallImpactScale=1.0 ParticleBodyImpactScale=1.0 ParticleProjectileTrailScale=1.0 Explosive=false Radius=500.0 DamageAtCenter=100.0 DamageAtEdge=0.0 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=false DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=false DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=0.0 BlockedByWorld=false SpreadSSA=1.0,1.0,-1.0,0.0 SpreadSCA=1.0,1.0,-1.0,0.0 SpreadMSA=1.0,1.0,-1.0,0.0 SpreadMCA=1.0,1.0,-1.0,0.0 SpreadSSH=1.0,1.0,-1.0,0.0 SpreadSCH=1.0,1.0,-1.0,0.0 SpreadMSH=1.0,1.0,-1.0,0.0 SpreadMCH=1.0,1.0,-1.0,0.0 MaxRecoilUp=0.0 MinRecoilUp=0.0 MinRecoilHoriz=0.0 MaxRecoilHoriz=0.0 FirstShotRecoilMult=1.0 RecoilAutoReset=false TimeToRecoilPeak=0.05 TimeToRecoilReset=0.35 AAMode=0 AAPreferClosestPlayer=false AAAlpha=0.05 AAMaxSpeed=1.0 AADeadZone=0.0 AAFOV=30.0 AANeedsLOS=true TrackHorizontal=true TrackVertical=true AABlocksMouse=false AAOffTimer=0.0 AABackOnTimer=0.0 TriggerBotEnabled=false TriggerBotDelay=0.0 TriggerBotFOV=1.0 StickyLock=false HeadLock=false VerticalOffset=0.0 DisableLockOnKill=false UsePerShotRecoil=false PSRLoopStartIndex=0 PSRViewRecoilTracking=0.45 PSRCapUp=9.0 PSRCapRight=4.0 PSRCapLeft=4.0 PSRTimeToPeak=0.095 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false PBS0=0.0,0.0 [Map Data] reflex map version 8 global entity type WorldSpawn String32 targetGameOverCamera end UInt8 playersMin 1 UInt8 playersMax 16 brush vertices 128.000000 256.000000 384.000000 384.000000 256.000000 384.000000 384.000000 256.000000 128.000000 128.000000 256.000000 128.000000 128.000000 240.000000 384.000000 384.000000 240.000000 384.000000 384.000000 240.000000 128.000000 128.000000 240.000000 128.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip brush vertices 128.000000 400.000000 384.000000 384.000000 400.000000 384.000000 384.000000 400.000000 128.000000 128.000000 400.000000 128.000000 128.000000 384.000000 384.000000 384.000000 384.000000 384.000000 384.000000 384.000000 128.000000 128.000000 384.000000 128.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip brush vertices 384.000000 384.000000 384.000000 400.000000 384.000000 384.000000 400.000000 384.000000 128.000000 384.000000 384.000000 128.000000 384.000000 256.000000 384.000000 400.000000 256.000000 384.000000 400.000000 256.000000 128.000000 384.000000 256.000000 128.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip brush vertices 128.000000 384.000000 128.000000 384.000000 384.000000 128.000000 384.000000 384.000000 112.000000 128.000000 384.000000 112.000000 128.000000 256.000000 128.000000 384.000000 256.000000 128.000000 384.000000 256.000000 112.000000 128.000000 256.000000 112.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip brush vertices 128.000000 384.000000 400.000000 384.000000 384.000000 400.000000 384.000000 384.000000 384.000000 128.000000 384.000000 384.000000 128.000000 256.000000 400.000000 384.000000 256.000000 400.000000 384.000000 256.000000 384.000000 128.000000 256.000000 384.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip brush vertices 112.000000 384.000000 384.000000 128.000000 384.000000 384.000000 128.000000 384.000000 128.000000 112.000000 384.000000 128.000000 112.000000 256.000000 384.000000 128.000000 256.000000 384.000000 128.000000 256.000000 128.000000 112.000000 256.000000 128.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip brush vertices 175.249649 760.000000 452.499908 60.499928 760.000000 337.749756 168.764282 760.000000 468.156708 44.843082 920.000000 344.234924 168.764282 920.000000 468.156708 44.843082 760.000000 344.234924 60.499928 920.000000 337.749756 175.249649 920.000000 452.499908 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 60.499928 760.000000 337.749756 60.500122 760.000000 176.249634 44.843082 760.000000 344.234924 44.843262 920.000000 169.764282 44.843082 920.000000 344.234924 44.843262 760.000000 169.764282 60.500122 920.000000 176.249634 60.499928 920.000000 337.749756 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 brush vertices 60.500122 760.000000 176.249634 175.250244 760.000000 61.499878 44.843262 760.000000 169.764282 168.765076 920.000000 45.843018 44.843262 920.000000 169.764282 168.765076 760.000000 45.843018 175.250244 920.000000 61.499878 60.500122 920.000000 176.249634 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 175.250244 760.000000 61.499878 336.750366 760.000000 61.500122 168.765076 760.000000 45.843018 343.235718 920.000000 45.843262 168.765076 920.000000 45.843018 343.235718 760.000000 45.843262 336.750366 920.000000 61.500122 175.250244 920.000000 61.499878 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 336.750366 760.000000 61.500122 451.500061 760.000000 176.250244 343.235718 760.000000 45.843262 467.156921 920.000000 169.765137 343.235718 920.000000 45.843262 467.156921 760.000000 169.765137 451.500061 920.000000 176.250244 336.750366 920.000000 61.500122 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 451.500061 760.000000 176.250244 451.499878 760.000000 337.750366 467.156921 760.000000 169.765137 467.156738 920.000000 344.235718 467.156921 920.000000 169.765137 467.156738 760.000000 344.235718 451.499878 920.000000 337.750366 451.500061 920.000000 176.250244 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 451.499878 760.000000 337.750366 336.749756 760.000000 452.500061 467.156738 760.000000 344.235718 343.234924 920.000000 468.156921 467.156738 920.000000 344.235718 343.234924 760.000000 468.156921 336.749756 920.000000 452.500061 451.499878 920.000000 337.750366 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 201.411682 760.000000 279.382477 201.411682 760.000000 234.617554 185.754807 760.000000 285.867676 185.754822 920.000000 228.132202 185.754807 920.000000 285.867676 185.754822 760.000000 228.132202 201.411682 920.000000 234.617554 201.411682 920.000000 279.382477 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 201.411682 760.000000 234.617554 233.617554 760.000000 202.411621 185.754822 760.000000 228.132202 227.132324 920.000000 186.754761 185.754822 920.000000 228.132202 227.132324 760.000000 186.754761 233.617554 920.000000 202.411621 201.411682 920.000000 234.617554 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 internal/editor/textures/editor_clip brush vertices 233.617508 760.000000 311.588287 201.411682 760.000000 279.382477 227.132172 760.000000 327.245087 185.754807 920.000000 285.867676 227.132172 920.000000 327.245087 185.754807 760.000000 285.867676 201.411682 920.000000 279.382477 233.617508 920.000000 311.588287 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 227.132172 760.000000 327.245087 284.867676 760.000000 327.245178 233.617508 760.000000 311.588287 278.382446 920.000000 311.588318 233.617508 920.000000 311.588287 278.382446 760.000000 311.588318 284.867676 920.000000 327.245178 227.132172 920.000000 327.245087 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 310.588257 760.000000 279.382446 278.382446 760.000000 311.588318 326.245117 760.000000 285.867798 284.867676 920.000000 327.245178 326.245117 920.000000 285.867798 284.867676 760.000000 327.245178 278.382446 920.000000 311.588318 310.588257 920.000000 279.382446 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 310.588257 760.000000 234.617554 310.588257 760.000000 279.382446 326.245117 760.000000 228.132324 326.245117 920.000000 285.867798 326.245117 920.000000 228.132324 326.245117 760.000000 285.867798 310.588257 920.000000 279.382446 310.588257 920.000000 234.617554 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 278.382446 760.000000 202.411743 310.588257 760.000000 234.617554 284.867798 760.000000 186.754883 326.245117 920.000000 228.132324 284.867798 920.000000 186.754883 326.245117 760.000000 228.132324 310.588257 920.000000 234.617554 278.382446 920.000000 202.411743 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 185.754868 760.000000 285.867828 185.754700 760.000000 228.132324 60.499985 760.000000 337.749969 60.500000 776.000000 176.250000 60.499985 776.000000 337.749969 60.500000 760.000000 176.250000 185.754700 776.000000 228.132324 185.754868 776.000000 285.867828 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 185.754700 760.000000 228.132324 227.132202 760.000000 186.754883 60.500000 760.000000 176.250000 175.250000 776.000000 61.500000 60.500000 776.000000 176.250000 175.250000 760.000000 61.500000 227.132202 776.000000 186.754883 185.754700 776.000000 228.132324 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 227.132339 760.000000 327.245178 185.754868 760.000000 285.867828 175.249969 760.000000 452.499969 60.499985 776.000000 337.749969 175.249969 776.000000 452.499969 60.499985 760.000000 337.749969 185.754868 776.000000 285.867828 227.132339 776.000000 327.245178 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 284.867798 760.000000 327.245117 227.132339 760.000000 327.245178 336.750000 760.000000 452.500000 175.249969 776.000000 452.499969 336.750000 776.000000 452.500000 175.249969 760.000000 452.499969 227.132339 776.000000 327.245178 284.867798 776.000000 327.245117 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 227.132202 760.000000 186.754883 284.867676 760.000000 186.754761 175.250000 760.000000 61.500000 336.750000 776.000000 61.500000 175.250000 776.000000 61.500000 336.750000 760.000000 61.500000 284.867676 776.000000 186.754761 227.132202 776.000000 186.754883 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 284.867676 760.000000 186.754761 326.245056 760.000000 228.132202 336.750000 760.000000 61.500000 451.500000 776.000000 176.250000 336.750000 776.000000 61.500000 451.500000 760.000000 176.250000 326.245056 776.000000 228.132202 284.867676 776.000000 186.754761 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 internal/editor/textures/editor_clip brush vertices 233.617554 760.000000 202.411621 278.382446 760.000000 202.411743 227.132324 760.000000 186.754761 284.867798 920.000000 186.754883 227.132324 920.000000 186.754761 284.867798 760.000000 186.754883 278.382446 920.000000 202.411743 233.617554 920.000000 202.411621 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 326.245056 760.000000 228.132202 326.245178 760.000000 285.867676 451.500000 760.000000 176.250000 451.500000 776.000000 337.750000 451.500000 776.000000 176.250000 451.500000 760.000000 337.750000 326.245178 776.000000 285.867676 326.245056 776.000000 228.132202 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 326.245178 760.000000 285.867676 284.867798 760.000000 327.245117 451.500000 760.000000 337.750000 336.750000 776.000000 452.500000 451.500000 776.000000 337.750000 336.750000 760.000000 452.500000 284.867798 776.000000 327.245117 326.245178 776.000000 285.867676 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -118.575348 699.000000 411.924988 101.074158 699.000000 631.574829 -102.918465 699.000000 405.439758 107.559525 859.000000 615.918091 -102.918465 859.000000 405.439758 107.559525 699.000000 615.918091 101.074158 859.000000 631.574829 -118.575348 859.000000 411.924988 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices -102.918465 699.000000 405.439758 -102.918091 699.000000 108.559448 -118.575348 699.000000 411.924988 -118.574829 859.000000 102.074097 -118.575348 859.000000 411.924988 -118.574829 699.000000 102.074097 -102.918091 859.000000 108.559448 -102.918465 859.000000 405.439758 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices -102.918091 699.000000 108.559448 107.560181 699.000000 -101.918457 -118.574829 699.000000 102.074097 101.074951 859.000000 -117.575317 -118.574829 859.000000 102.074097 101.074951 699.000000 -117.575317 107.560181 859.000000 -101.918457 -102.918091 859.000000 108.559448 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 107.560181 699.000000 -101.918457 404.440491 699.000000 -101.918091 101.074951 699.000000 -117.575317 410.925842 859.000000 -117.574829 101.074951 859.000000 -117.575317 410.925842 699.000000 -117.574829 404.440491 859.000000 -101.918091 107.560181 859.000000 -101.918457 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 404.440491 699.000000 -101.918091 614.918457 699.000000 108.560303 410.925842 699.000000 -117.574829 630.575317 859.000000 102.075073 410.925842 859.000000 -117.574829 630.575317 699.000000 102.075073 614.918457 859.000000 108.560303 404.440491 859.000000 -101.918091 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 614.918457 699.000000 108.560303 614.918091 699.000000 405.440491 630.575317 699.000000 102.075073 630.574829 859.000000 411.925842 630.575317 859.000000 102.075073 630.574829 699.000000 411.925842 614.918091 859.000000 405.440491 614.918457 859.000000 108.560303 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 brush vertices 614.918091 699.000000 405.440491 404.439850 699.000000 615.918457 630.574829 699.000000 411.925842 410.925049 859.000000 631.575317 630.574829 859.000000 411.925842 410.925049 699.000000 631.575317 404.439850 859.000000 615.918457 614.918091 859.000000 405.440491 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 474.006470 699.000000 347.072632 346.072388 699.000000 475.006653 489.663269 699.000000 353.557983 352.557556 859.000000 490.663513 489.663269 859.000000 353.557983 352.557556 699.000000 490.663513 346.072388 859.000000 475.006653 474.006470 859.000000 347.072632 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 165.927338 699.000000 475.006439 37.993340 699.000000 347.072357 159.442001 699.000000 490.663269 22.336464 859.000000 353.557556 159.442001 859.000000 490.663269 22.336464 699.000000 353.557556 37.993340 859.000000 347.072357 165.927338 859.000000 475.006439 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 37.993340 699.000000 347.072357 37.993530 699.000000 166.927368 22.336464 699.000000 353.557556 22.336670 859.000000 160.442017 22.336464 859.000000 353.557556 22.336670 699.000000 160.442017 37.993530 859.000000 166.927368 37.993340 859.000000 347.072357 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 37.993530 699.000000 166.927368 165.927612 699.000000 38.993286 22.336670 699.000000 160.442017 159.442444 859.000000 23.336426 22.336670 859.000000 160.442017 159.442444 699.000000 23.336426 165.927612 859.000000 38.993286 37.993530 859.000000 166.927368 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 165.927612 699.000000 38.993286 346.072632 699.000000 38.993530 159.442444 699.000000 23.336426 352.557983 859.000000 23.336731 159.442444 859.000000 23.336426 352.557983 699.000000 23.336731 346.072632 859.000000 38.993530 165.927612 859.000000 38.993286 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 474.006653 699.000000 166.927612 474.006470 699.000000 347.072632 489.663483 699.000000 160.442505 489.663269 859.000000 353.557983 489.663483 859.000000 160.442505 489.663269 699.000000 353.557983 474.006470 859.000000 347.072632 474.006653 859.000000 166.927612 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 346.072632 699.000000 38.993530 474.006653 699.000000 166.927612 352.557983 699.000000 23.336731 489.663483 859.000000 160.442505 352.557983 859.000000 23.336731 489.663483 699.000000 160.442505 474.006653 859.000000 166.927612 346.072632 859.000000 38.993530 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 352.557800 699.000000 23.336426 489.663452 699.000000 160.442139 404.440125 699.000000 -101.918335 614.918335 715.000000 108.559937 404.440125 715.000000 -101.918335 614.918335 699.000000 108.559937 489.663452 715.000000 160.442139 352.557800 715.000000 23.336426 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 489.663452 699.000000 160.442139 489.663574 699.000000 353.557800 614.918335 699.000000 108.559937 614.918335 715.000000 405.440125 614.918335 715.000000 108.559937 614.918335 699.000000 405.440125 489.663574 715.000000 353.557800 489.663452 715.000000 160.442139 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 489.663574 699.000000 353.557800 352.557892 699.000000 490.663452 614.918335 699.000000 405.440125 404.440094 715.000000 615.918335 614.918335 715.000000 405.440125 404.440094 699.000000 615.918335 352.557892 715.000000 490.663452 489.663574 715.000000 353.557800 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 352.557892 699.000000 490.663452 159.442200 699.000000 490.663574 404.440094 699.000000 615.918335 107.559883 715.000000 615.918335 404.440094 715.000000 615.918335 107.559883 699.000000 615.918335 159.442200 715.000000 490.663574 352.557892 715.000000 490.663452 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 159.442200 699.000000 490.663574 22.336500 699.000000 353.557922 107.559883 699.000000 615.918335 -102.918335 715.000000 405.440033 107.559883 715.000000 615.918335 -102.918335 699.000000 405.440033 22.336500 715.000000 353.557922 159.442200 715.000000 490.663574 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 22.336500 699.000000 353.557922 22.336426 699.000000 160.442139 -102.918335 699.000000 405.440033 -102.918335 715.000000 108.559814 -102.918335 715.000000 405.440033 -102.918335 699.000000 108.559814 22.336426 715.000000 160.442139 22.336500 715.000000 353.557922 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 22.336426 699.000000 160.442139 159.442078 699.000000 23.336548 -102.918335 699.000000 108.559814 107.559875 715.000000 -101.918335 -102.918335 715.000000 108.559814 107.559875 699.000000 -101.918335 159.442078 715.000000 23.336548 22.336426 715.000000 160.442139 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 159.442078 699.000000 23.336548 352.557800 699.000000 23.336426 107.559875 699.000000 -101.918335 404.440125 715.000000 -101.918335 107.559875 715.000000 -101.918335 404.440125 699.000000 -101.918335 352.557800 715.000000 23.336426 159.442078 715.000000 23.336548 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 52.434471 585.000000 749.001221 -236.001770 585.000000 460.564575 45.949112 585.000000 764.657959 -251.658661 745.000000 467.049805 45.949112 745.000000 764.657959 -251.658661 585.000000 467.049805 -236.001770 745.000000 460.564575 52.434471 745.000000 749.001221 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices -236.001770 585.000000 460.564575 -236.001221 585.000000 53.434448 -251.658661 585.000000 467.049805 -251.657959 745.000000 46.949097 -251.658661 745.000000 467.049805 -251.657959 585.000000 46.949097 -236.001221 745.000000 53.434448 -236.001770 745.000000 460.564575 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices -236.001221 585.000000 53.434448 52.435364 585.000000 -235.001770 -251.657959 585.000000 46.949097 45.950134 745.000000 -250.658630 -251.657959 745.000000 46.949097 45.950134 585.000000 -250.658630 52.435364 745.000000 -235.001770 -236.001221 745.000000 53.434448 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 52.435364 585.000000 -235.001770 459.565552 585.000000 -235.001221 45.950134 585.000000 -250.658630 466.050903 745.000000 -250.657959 45.950134 745.000000 -250.658630 466.050903 585.000000 -250.657959 459.565552 745.000000 -235.001221 52.435364 745.000000 -235.001770 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 brush vertices 459.565552 585.000000 -235.001221 748.001709 585.000000 53.435425 466.050903 585.000000 -250.657959 763.658630 745.000000 46.950195 466.050903 745.000000 -250.657959 763.658630 585.000000 46.950195 748.001709 745.000000 53.435425 459.565552 745.000000 -235.001221 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 748.001709 585.000000 53.435425 748.001221 585.000000 460.565552 763.658630 585.000000 46.950195 763.657959 745.000000 467.050903 763.658630 745.000000 46.950195 763.657959 585.000000 467.050903 748.001221 745.000000 460.565552 748.001709 745.000000 53.435425 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 748.001221 585.000000 460.565552 459.564697 585.000000 749.001770 763.657959 585.000000 467.050903 466.049927 745.000000 764.658630 763.657959 745.000000 467.050903 466.049927 585.000000 764.658630 459.564697 745.000000 749.001770 748.001221 745.000000 460.565552 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 607.089722 585.000000 402.198059 401.196625 585.000000 608.089966 622.746582 585.000000 408.683472 407.681885 697.000000 623.746887 622.746582 697.000000 408.683472 407.681885 585.000000 623.746887 401.196625 697.000000 608.089966 607.089722 697.000000 402.198059 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 622.746826 585.000000 408.682739 407.682861 585.000000 623.746826 748.001587 585.000000 460.565063 459.565063 601.000000 749.001648 748.001587 601.000000 460.565063 459.565063 585.000000 749.001648 407.682861 601.000000 623.746826 622.746826 601.000000 408.682739 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 407.682861 585.000000 623.746826 104.317284 585.000000 623.746826 459.565063 585.000000 749.001648 52.434963 601.000000 749.001587 459.565063 601.000000 749.001648 52.434963 585.000000 749.001587 104.317284 601.000000 623.746826 407.682861 601.000000 623.746826 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 401.196625 585.000000 608.089966 110.801941 585.000000 608.089722 407.681885 585.000000 623.746887 104.316544 697.000000 623.746582 407.681885 697.000000 623.746887 104.316544 585.000000 623.746582 110.801941 697.000000 608.089722 401.196625 697.000000 608.089966 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 104.317284 585.000000 623.746826 -110.746811 585.000000 408.682770 52.434963 585.000000 749.001587 -236.001633 601.000000 460.565002 52.434963 601.000000 749.001587 -236.001633 585.000000 460.565002 -110.746811 601.000000 408.682770 104.317284 601.000000 623.746826 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 110.801941 585.000000 608.089722 -95.089981 585.000000 402.196686 104.316544 585.000000 623.746582 -110.746872 697.000000 408.681824 104.316544 697.000000 623.746582 -110.746872 585.000000 408.681824 -95.089981 697.000000 402.196686 110.801941 697.000000 608.089722 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -110.746811 585.000000 408.682770 -110.746826 585.000000 105.317261 -236.001633 585.000000 460.565002 -236.001587 601.000000 53.434937 -236.001633 601.000000 460.565002 -236.001587 585.000000 53.434937 -110.746826 601.000000 105.317261 -110.746811 601.000000 408.682770 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -95.089981 585.000000 402.196686 -95.089722 585.000000 111.801880 -110.746872 585.000000 408.681824 -110.746582 697.000000 105.316528 -110.746872 697.000000 408.681824 -110.746582 585.000000 105.316528 -95.089722 697.000000 111.801880 -95.089981 697.000000 402.196686 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -110.746826 585.000000 105.317261 104.317200 585.000000 -109.746826 -236.001587 585.000000 53.434937 52.434937 601.000000 -235.001648 -236.001587 601.000000 53.434937 52.434937 585.000000 -235.001648 104.317200 601.000000 -109.746826 -110.746826 601.000000 105.317261 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -95.089722 585.000000 111.801880 110.803345 585.000000 -94.089966 -110.746582 585.000000 105.316528 104.318115 697.000000 -109.746887 -110.746582 697.000000 105.316528 104.318115 585.000000 -109.746887 110.803345 697.000000 -94.089966 -95.089722 697.000000 111.801880 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 110.803345 585.000000 -94.089966 401.198059 585.000000 -94.089722 104.318115 585.000000 -109.746887 407.683472 697.000000 -109.746582 104.318115 697.000000 -109.746887 407.683472 585.000000 -109.746582 401.198059 697.000000 -94.089722 110.803345 697.000000 -94.089966 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 104.317200 585.000000 -109.746826 407.682739 585.000000 -109.746826 52.434937 585.000000 -235.001648 459.565063 601.000000 -235.001587 52.434937 601.000000 -235.001648 459.565063 585.000000 -235.001587 407.682739 601.000000 -109.746826 104.317200 601.000000 -109.746826 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 407.682739 585.000000 -109.746826 622.746765 585.000000 105.317261 459.565063 585.000000 -235.001587 748.001587 601.000000 53.435059 459.565063 601.000000 -235.001587 748.001587 585.000000 53.435059 622.746765 601.000000 105.317261 407.682739 601.000000 -109.746826 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 internal/editor/textures/editor_clip brush vertices 401.198059 585.000000 -94.089722 607.089966 585.000000 111.803345 407.683472 585.000000 -109.746582 622.746826 697.000000 105.318237 407.683472 697.000000 -109.746582 622.746826 585.000000 105.318237 607.089966 697.000000 111.803345 401.198059 697.000000 -94.089722 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 622.746765 585.000000 105.317261 622.746826 585.000000 408.682739 748.001587 585.000000 53.435059 748.001587 601.000000 460.565063 748.001587 601.000000 53.435059 748.001587 585.000000 460.565063 622.746826 601.000000 408.682739 622.746765 601.000000 105.317261 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 607.089966 585.000000 111.803345 607.089722 585.000000 402.198059 622.746826 585.000000 105.318237 622.746582 697.000000 408.683472 622.746826 697.000000 105.318237 622.746582 585.000000 408.683472 607.089722 697.000000 402.198059 607.089966 697.000000 111.803345 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 16.359726 431.000000 836.092468 -323.092987 431.000000 496.638153 9.874306 431.000000 851.749207 -338.749878 591.000000 503.123291 9.874306 591.000000 851.749207 -338.749878 431.000000 503.123291 -323.092987 591.000000 496.638153 16.359726 591.000000 836.092468 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices -323.092987 431.000000 496.638153 -323.092529 431.000000 17.359680 -338.749878 431.000000 503.123291 -338.749268 591.000000 10.874207 -338.749878 591.000000 503.123291 -338.749268 431.000000 10.874207 -323.092529 591.000000 17.359680 -323.092987 591.000000 496.638153 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 brush vertices -323.092529 431.000000 17.359680 16.361755 431.000000 -322.093018 -338.749268 431.000000 10.874207 9.876648 591.000000 -337.749878 -338.749268 591.000000 10.874207 9.876648 431.000000 -337.749878 16.361755 591.000000 -322.093018 -323.092529 591.000000 17.359680 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 16.361755 431.000000 -322.093018 495.640289 431.000000 -322.092468 9.876648 431.000000 -337.749878 502.125702 591.000000 -337.749207 9.876648 591.000000 -337.749878 502.125702 431.000000 -337.749207 495.640289 591.000000 -322.092468 16.361755 591.000000 -322.093018 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 495.640289 431.000000 -322.092468 835.092957 431.000000 17.361877 502.125702 431.000000 -337.749207 850.749878 591.000000 10.876709 502.125702 591.000000 -337.749207 850.749878 431.000000 10.876709 835.092957 591.000000 17.361877 495.640289 591.000000 -322.092468 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 835.092957 431.000000 17.361877 835.092529 431.000000 496.640320 850.749878 431.000000 10.876709 850.749268 591.000000 503.125732 850.749878 591.000000 10.876709 850.749268 431.000000 503.125732 835.092529 591.000000 496.640320 835.092957 591.000000 17.361877 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 brush vertices 835.092529 431.000000 496.640320 495.638245 431.000000 836.093018 850.749268 431.000000 503.125732 502.123352 591.000000 851.749878 850.749268 591.000000 503.125732 502.123352 431.000000 851.749878 495.638245 591.000000 836.093018 835.092529 591.000000 496.640320 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 437.271484 431.000000 695.181091 74.727997 431.000000 695.180664 443.756714 431.000000 710.837952 68.242653 591.000000 710.837524 443.756714 591.000000 710.837952 68.242653 431.000000 710.837524 74.727997 591.000000 695.180664 437.271484 591.000000 695.181091 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 443.757202 431.000000 710.838013 68.242836 431.000000 710.838074 495.639282 431.000000 836.092773 16.360535 447.000000 836.092834 495.639282 447.000000 836.092773 16.360535 431.000000 836.092834 68.242836 447.000000 710.838074 443.757202 447.000000 710.838013 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 74.727997 431.000000 695.180664 -182.181107 431.000000 438.271362 68.242653 431.000000 710.837524 -197.837936 591.000000 444.756561 68.242653 591.000000 710.837524 -197.837936 431.000000 444.756561 -182.181107 591.000000 438.271362 74.727997 591.000000 695.180664 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 68.242836 431.000000 710.838074 -197.838043 431.000000 444.757080 16.360535 431.000000 836.092834 -323.092804 447.000000 496.639160 16.360535 447.000000 836.092834 -323.092804 431.000000 496.639160 -197.838043 447.000000 444.757080 68.242836 447.000000 710.838074 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -182.181107 431.000000 438.271362 -182.180664 431.000000 75.728027 -197.837936 431.000000 444.756561 -197.837524 591.000000 69.242676 -197.837936 591.000000 444.756561 -197.837524 431.000000 69.242676 -182.180664 591.000000 75.728027 -182.181107 591.000000 438.271362 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -197.838043 431.000000 444.757080 -197.838135 431.000000 69.242798 -323.092804 431.000000 496.639160 -323.092896 447.000000 17.360474 -323.092804 447.000000 496.639160 -323.092896 431.000000 17.360474 -197.838135 447.000000 69.242798 -197.838043 447.000000 444.757080 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -197.838135 431.000000 69.242798 68.242859 431.000000 -196.838013 -323.092896 431.000000 17.360474 16.360779 447.000000 -322.092773 -323.092896 447.000000 17.360474 16.360779 431.000000 -322.092773 68.242859 447.000000 -196.838013 -197.838135 447.000000 69.242798 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -182.180664 431.000000 75.728027 74.728577 431.000000 -181.181091 -197.837524 431.000000 69.242676 68.243347 591.000000 -196.837952 -197.837524 591.000000 69.242676 68.243347 431.000000 -196.837952 74.728577 591.000000 -181.181091 -182.180664 591.000000 75.728027 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 68.242859 431.000000 -196.838013 443.757141 431.000000 -196.838074 16.360779 431.000000 -322.092773 495.639465 447.000000 -322.092834 16.360779 447.000000 -322.092773 495.639465 431.000000 -322.092834 443.757141 447.000000 -196.838074 68.242859 447.000000 -196.838013 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 74.728577 431.000000 -181.181091 437.271973 431.000000 -181.180664 68.243347 431.000000 -196.837952 443.757324 591.000000 -196.837524 68.243347 591.000000 -196.837952 443.757324 431.000000 -196.837524 437.271973 591.000000 -181.180664 74.728577 591.000000 -181.181091 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 437.271973 431.000000 -181.180664 694.181030 431.000000 75.728638 443.757324 431.000000 -196.837524 709.837891 591.000000 69.243408 443.757324 591.000000 -196.837524 709.837891 431.000000 69.243408 694.181030 591.000000 75.728638 437.271973 591.000000 -181.180664 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 443.757141 431.000000 -196.838074 709.838013 431.000000 69.242920 495.639465 431.000000 -322.092834 835.092773 447.000000 17.360840 495.639465 447.000000 -322.092834 835.092773 431.000000 17.360840 709.838013 447.000000 69.242920 443.757141 447.000000 -196.838074 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 694.181030 431.000000 75.728638 694.180664 431.000000 438.271973 709.837891 431.000000 69.243408 709.837524 591.000000 444.757324 709.837891 591.000000 69.243408 709.837524 431.000000 444.757324 694.180664 591.000000 438.271973 694.181030 591.000000 75.728638 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 internal/editor/textures/editor_clip brush vertices 709.838013 431.000000 69.242920 709.838135 431.000000 444.757141 835.092773 431.000000 17.360840 835.092896 447.000000 496.639465 835.092773 447.000000 17.360840 835.092896 431.000000 496.639465 709.838135 447.000000 444.757141 709.838013 447.000000 69.242920 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 709.838135 431.000000 444.757141 443.757202 431.000000 710.838013 835.092896 431.000000 496.639465 495.639282 447.000000 836.092773 835.092896 447.000000 496.639465 495.639282 431.000000 836.092773 443.757202 447.000000 710.838013 709.838135 447.000000 444.757141 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 694.180664 431.000000 438.271973 437.271484 431.000000 695.181091 709.837524 431.000000 444.757324 443.756714 591.000000 710.837952 709.837524 591.000000 444.757324 443.756714 431.000000 710.837952 437.271484 591.000000 695.181091 694.180664 591.000000 438.271973 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 3.795403 240.000000 866.428101 -353.428040 240.000000 509.204651 -2.689880 240.000000 882.084961 -369.084900 400.000000 515.689941 -2.689880 400.000000 882.084961 -369.084900 240.000000 515.689941 -353.428040 400.000000 509.204651 3.795403 400.000000 866.428101 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices -353.428040 240.000000 509.204651 -353.428101 240.000000 4.795349 -369.084900 240.000000 515.689941 -369.084961 400.000000 -1.689941 -369.084900 400.000000 515.689941 -369.084961 240.000000 -1.689941 -353.428101 400.000000 4.795349 -353.428040 400.000000 509.204651 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices -353.428101 240.000000 4.795349 3.795288 240.000000 -352.428101 -369.084961 240.000000 -1.689941 -2.689941 400.000000 -368.084961 -369.084961 400.000000 -1.689941 -2.689941 240.000000 -368.084961 3.795288 400.000000 -352.428101 -353.428101 400.000000 4.795349 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 3.795288 240.000000 -352.428101 508.204590 240.000000 -352.428101 -2.689941 240.000000 -368.084961 514.689880 400.000000 -368.084961 -2.689941 400.000000 -368.084961 514.689880 240.000000 -368.084961 508.204590 400.000000 -352.428101 3.795288 400.000000 -352.428101 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 508.204590 240.000000 -352.428101 865.428040 240.000000 4.795410 514.689880 240.000000 -368.084961 881.084900 400.000000 -1.689880 514.689880 400.000000 -368.084961 881.084900 240.000000 -1.689880 865.428040 400.000000 4.795410 508.204590 400.000000 -352.428101 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 brush vertices 865.428040 240.000000 4.795410 865.428101 240.000000 509.204590 881.084900 240.000000 -1.689880 881.084961 400.000000 515.689880 881.084900 400.000000 -1.689880 881.084961 240.000000 515.689880 865.428101 400.000000 509.204590 865.428040 400.000000 4.795410 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 865.428101 240.000000 509.204590 508.204712 240.000000 866.428101 881.084961 240.000000 515.689880 514.689941 400.000000 882.084961 881.084961 400.000000 515.689880 514.689941 240.000000 882.084961 508.204712 400.000000 866.428101 865.428101 400.000000 509.204590 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 449.837158 240.000000 725.516357 62.162937 240.000000 725.516418 456.322510 240.000000 741.173157 55.677692 400.000000 741.173218 456.322510 400.000000 741.173157 55.677692 240.000000 741.173218 62.162937 400.000000 725.516418 449.837158 400.000000 725.516357 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 456.322449 240.000000 741.173157 55.677692 240.000000 741.173218 508.204712 240.000000 866.428101 3.795410 256.000000 866.428101 508.204712 256.000000 866.428101 3.795410 240.000000 866.428101 55.677692 256.000000 741.173218 456.322449 256.000000 741.173157 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 62.162937 240.000000 725.516418 -212.516388 240.000000 450.837097 55.677692 240.000000 741.173218 -228.173172 400.000000 457.322388 55.677692 400.000000 741.173218 -228.173172 240.000000 457.322388 -212.516388 400.000000 450.837097 62.162937 400.000000 725.516418 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 55.677692 240.000000 741.173218 -228.173172 240.000000 457.322388 3.795410 240.000000 866.428101 -353.428070 256.000000 509.204651 3.795410 256.000000 866.428101 -353.428070 240.000000 509.204651 -228.173172 256.000000 457.322388 55.677692 256.000000 741.173218 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -212.516388 240.000000 450.837097 -212.516479 240.000000 63.162964 -228.173172 240.000000 457.322388 -228.173218 400.000000 56.677612 -228.173172 400.000000 457.322388 -228.173218 240.000000 56.677612 -212.516479 400.000000 63.162964 -212.516388 400.000000 450.837097 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -228.173172 240.000000 457.322388 -228.173218 240.000000 56.677612 -353.428070 240.000000 509.204651 -353.428101 256.000000 4.795349 -353.428070 256.000000 509.204651 -353.428101 240.000000 4.795349 -228.173218 256.000000 56.677612 -228.173172 256.000000 457.322388 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -212.516479 240.000000 63.162964 62.162842 240.000000 -211.516357 -228.173218 240.000000 56.677612 55.677551 400.000000 -227.173157 -228.173218 400.000000 56.677612 55.677551 240.000000 -227.173157 62.162842 400.000000 -211.516357 -212.516479 400.000000 63.162964 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 62.162842 240.000000 -211.516357 449.837036 240.000000 -211.516418 55.677551 240.000000 -227.173157 456.322327 400.000000 -227.173218 55.677551 400.000000 -227.173157 456.322327 240.000000 -227.173218 449.837036 400.000000 -211.516418 62.162842 400.000000 -211.516357 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 55.677551 240.000000 -227.173157 456.322327 240.000000 -227.173218 3.795288 240.000000 -352.428101 508.204590 256.000000 -352.428101 3.795288 256.000000 -352.428101 508.204590 240.000000 -352.428101 456.322327 256.000000 -227.173218 55.677551 256.000000 -227.173157 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -228.173218 240.000000 56.677612 55.677551 240.000000 -227.173157 -353.428101 240.000000 4.795349 3.795288 256.000000 -352.428101 -353.428101 256.000000 4.795349 3.795288 240.000000 -352.428101 55.677551 256.000000 -227.173157 -228.173218 256.000000 56.677612 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 449.837036 240.000000 -211.516418 724.516357 240.000000 63.162964 456.322327 240.000000 -227.173218 740.173096 400.000000 56.677612 456.322327 400.000000 -227.173218 740.173096 240.000000 56.677612 724.516357 400.000000 63.162964 449.837036 400.000000 -211.516418 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 internal/editor/textures/editor_clip brush vertices 456.322327 240.000000 -227.173218 740.173096 240.000000 56.677612 508.204590 240.000000 -352.428101 865.428040 256.000000 4.795410 508.204590 256.000000 -352.428101 865.428040 240.000000 4.795410 740.173096 256.000000 56.677612 456.322327 256.000000 -227.173218 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 740.173096 240.000000 56.677612 740.173218 240.000000 457.322357 865.428040 240.000000 4.795410 865.428101 256.000000 509.204590 865.428040 256.000000 4.795410 865.428101 240.000000 509.204590 740.173218 256.000000 457.322357 740.173096 256.000000 56.677612 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 724.516357 240.000000 63.162964 724.516418 240.000000 450.837036 740.173096 240.000000 56.677612 740.173218 400.000000 457.322327 740.173096 400.000000 56.677612 740.173218 240.000000 457.322327 724.516418 400.000000 450.837036 724.516357 400.000000 63.162964 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 724.516418 240.000000 450.837036 449.837158 240.000000 725.516357 740.173218 240.000000 457.322327 456.322510 400.000000 741.173157 740.173218 400.000000 457.322327 456.322510 240.000000 741.173157 449.837158 400.000000 725.516357 724.516418 400.000000 450.837036 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 740.173218 240.000000 457.322357 456.322449 240.000000 741.173157 865.428101 240.000000 509.204590 508.204712 256.000000 866.428101 865.428101 256.000000 509.204590 508.204712 240.000000 866.428101 456.322449 256.000000 741.173157 740.173218 256.000000 457.322357 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 16.359726 49.000000 836.092468 -323.092987 49.000000 496.638153 9.874306 49.000000 851.749207 -338.749878 209.000000 503.123291 9.874306 209.000000 851.749207 -338.749878 49.000000 503.123291 -323.092987 209.000000 496.638153 16.359726 209.000000 836.092468 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices -323.092987 49.000000 496.638153 -323.092529 49.000000 17.359680 -338.749878 49.000000 503.123291 -338.749268 209.000000 10.874207 -338.749878 209.000000 503.123291 -338.749268 49.000000 10.874207 -323.092529 209.000000 17.359680 -323.092987 209.000000 496.638153 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 brush vertices -323.092529 49.000000 17.359680 16.361755 49.000000 -322.093018 -338.749268 49.000000 10.874207 9.876648 209.000000 -337.749878 -338.749268 209.000000 10.874207 9.876648 49.000000 -337.749878 16.361755 209.000000 -322.093018 -323.092529 209.000000 17.359680 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 16.361755 49.000000 -322.093018 495.640289 49.000000 -322.092468 9.876648 49.000000 -337.749878 502.125702 209.000000 -337.749207 9.876648 209.000000 -337.749878 502.125702 49.000000 -337.749207 495.640289 209.000000 -322.092468 16.361755 209.000000 -322.093018 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 495.640289 49.000000 -322.092468 835.092957 49.000000 17.361877 502.125702 49.000000 -337.749207 850.749878 209.000000 10.876709 502.125702 209.000000 -337.749207 850.749878 49.000000 10.876709 835.092957 209.000000 17.361877 495.640289 209.000000 -322.092468 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 835.092957 49.000000 17.361877 835.092529 49.000000 496.640320 850.749878 49.000000 10.876709 850.749268 209.000000 503.125732 850.749878 209.000000 10.876709 850.749268 49.000000 503.125732 835.092529 209.000000 496.640320 835.092957 209.000000 17.361877 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 brush vertices 835.092529 49.000000 496.640320 495.638245 49.000000 836.093018 850.749268 49.000000 503.125732 502.123352 209.000000 851.749878 850.749268 209.000000 503.125732 502.123352 49.000000 851.749878 495.638245 209.000000 836.093018 835.092529 209.000000 496.640320 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 437.271484 49.000000 695.181091 74.727997 49.000000 695.180664 443.756714 49.000000 710.837952 68.242653 208.999985 710.837524 443.756714 209.000000 710.837952 68.242653 49.000000 710.837524 74.727997 208.999985 695.180664 437.271484 209.000000 695.181091 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 7 6 0x00000000 internal/editor/textures/editor_clip brush vertices 443.757202 48.999985 710.838013 68.242836 48.999985 710.838074 495.639282 48.999985 836.092773 16.360535 64.999985 836.092834 495.639282 64.999985 836.092773 16.360535 48.999985 836.092834 68.242836 64.999985 710.838074 443.757202 64.999985 710.838013 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 68.242836 48.999985 710.838074 -197.838043 48.999985 444.757080 16.360535 48.999985 836.092834 -323.092804 64.999985 496.639160 16.360535 64.999985 836.092834 -323.092804 48.999985 496.639160 -197.838043 64.999985 444.757080 68.242836 64.999985 710.838074 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 74.727997 49.000000 695.180664 -182.181107 49.000000 438.271362 68.242653 49.000000 710.837524 -197.837936 209.000000 444.756561 68.242653 208.999985 710.837524 -197.837936 49.000000 444.756561 -182.181107 209.000000 438.271362 74.727997 208.999985 695.180664 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -197.838043 48.999985 444.757080 -197.838135 48.999985 69.242798 -323.092804 48.999985 496.639160 -323.092896 64.999985 17.360474 -323.092804 64.999985 496.639160 -323.092896 48.999985 17.360474 -197.838135 64.999985 69.242798 -197.838043 64.999985 444.757080 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -197.838135 48.999985 69.242798 68.242859 48.999985 -196.838013 -323.092896 48.999985 17.360474 16.360779 64.999985 -322.092773 -323.092896 64.999985 17.360474 16.360779 48.999985 -322.092773 68.242859 64.999985 -196.838013 -197.838135 64.999985 69.242798 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -182.180664 49.000000 75.728027 74.728577 49.000000 -181.181091 -197.837524 49.000000 69.242676 68.243347 209.000000 -196.837952 -197.837524 208.999985 69.242676 68.243347 49.000000 -196.837952 74.728577 209.000000 -181.181091 -182.180664 208.999985 75.728027 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -182.181107 49.000000 438.271362 -182.180664 49.000000 75.728027 -197.837936 49.000000 444.756561 -197.837524 208.999985 69.242676 -197.837936 209.000000 444.756561 -197.837524 49.000000 69.242676 -182.180664 208.999985 75.728027 -182.181107 209.000000 438.271362 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 7 6 0x00000000 internal/editor/textures/editor_clip brush vertices 68.242859 48.999985 -196.838013 443.757141 48.999985 -196.838074 16.360779 48.999985 -322.092773 495.639465 64.999985 -322.092834 16.360779 64.999985 -322.092773 495.639465 48.999985 -322.092834 443.757141 64.999985 -196.838074 68.242859 64.999985 -196.838013 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 443.757141 48.999985 -196.838074 709.838013 48.999985 69.242920 495.639465 48.999985 -322.092834 835.092773 64.999985 17.360840 495.639465 64.999985 -322.092834 835.092773 48.999985 17.360840 709.838013 64.999985 69.242920 443.757141 64.999985 -196.838074 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 74.728577 49.000000 -181.181091 437.271973 49.000000 -181.180664 68.243347 49.000000 -196.837952 443.757324 208.999985 -196.837524 68.243347 209.000000 -196.837952 443.757324 49.000000 -196.837524 437.271973 208.999985 -181.180664 74.728577 209.000000 -181.181091 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 7 6 0x00000000 internal/editor/textures/editor_clip brush vertices 437.271973 49.000000 -181.180664 694.181030 49.000000 75.728638 443.757324 49.000000 -196.837524 709.837891 209.000000 69.243408 443.757324 208.999985 -196.837524 709.837891 49.000000 69.243408 694.181030 209.000000 75.728638 437.271973 208.999985 -181.180664 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 709.838013 48.999985 69.242920 709.838135 48.999985 444.757141 835.092773 48.999985 17.360840 835.092896 64.999985 496.639465 835.092773 64.999985 17.360840 835.092896 48.999985 496.639465 709.838135 64.999985 444.757141 709.838013 64.999985 69.242920 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 709.838135 48.999985 444.757141 443.757202 48.999985 710.838013 835.092896 48.999985 496.639465 495.639282 64.999985 836.092773 835.092896 64.999985 496.639465 495.639282 48.999985 836.092773 443.757202 64.999985 710.838013 709.838135 64.999985 444.757141 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 694.180664 49.000000 438.271973 437.271484 49.000000 695.181091 709.837524 49.000000 444.757324 443.756714 209.000000 710.837952 709.837524 208.999985 444.757324 443.756714 49.000000 710.837952 437.271484 209.000000 695.181091 694.180664 208.999985 438.271973 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 694.181030 49.000000 75.728638 694.180664 49.000000 438.271973 709.837891 49.000000 69.243408 709.837524 208.999985 444.757324 709.837891 209.000000 69.243408 709.837524 49.000000 444.757324 694.180664 208.999985 438.271973 694.181030 209.000000 75.728638 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 7 6 0x00000000 internal/editor/textures/editor_clip brush vertices 52.434471 -105.000000 749.001221 -236.001770 -105.000000 460.564575 45.949112 -105.000000 764.657959 -251.658661 54.999992 467.049805 45.949112 54.999985 764.657959 -251.658661 -105.000000 467.049805 -236.001770 54.999992 460.564575 52.434471 54.999985 749.001221 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices -236.001770 -105.000000 460.564575 -236.001221 -105.000000 53.434448 -251.658661 -105.000000 467.049805 -251.657959 54.999985 46.949097 -251.658661 54.999992 467.049805 -251.657959 -105.000000 46.949097 -236.001221 54.999985 53.434448 -236.001770 54.999992 460.564575 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 7 6 0x00000000 brush vertices -236.001221 -105.000000 53.434448 52.435364 -105.000000 -235.001770 -251.657959 -105.000000 46.949097 45.950134 54.999992 -250.658630 -251.657959 54.999985 46.949097 45.950134 -105.000000 -250.658630 52.435364 54.999992 -235.001770 -236.001221 54.999985 53.434448 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 52.435364 -105.000000 -235.001770 459.565552 -105.000000 -235.001221 45.950134 -105.000000 -250.658630 466.050903 54.999985 -250.657959 45.950134 54.999992 -250.658630 466.050903 -105.000000 -250.657959 459.565552 54.999985 -235.001221 52.435364 54.999992 -235.001770 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 7 6 0x00000000 brush vertices 459.565552 -105.000000 -235.001221 748.001709 -105.000000 53.435425 466.050903 -105.000000 -250.657959 763.658630 54.999992 46.950195 466.050903 54.999985 -250.657959 763.658630 -105.000000 46.950195 748.001709 54.999992 53.435425 459.565552 54.999985 -235.001221 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 748.001709 -105.000000 53.435425 748.001221 -105.000000 460.565552 763.658630 -105.000000 46.950195 763.657959 54.999985 467.050903 763.658630 54.999992 46.950195 763.657959 -105.000000 467.050903 748.001221 54.999985 460.565552 748.001709 54.999992 53.435425 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 7 6 0x00000000 brush vertices 748.001221 -105.000000 460.565552 459.564697 -105.000000 749.001770 763.657959 -105.000000 467.050903 466.049927 55.000000 764.658630 763.657959 54.999985 467.050903 466.049927 -105.000000 764.658630 459.564697 55.000000 749.001770 748.001221 54.999985 460.565552 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 401.196625 -105.000000 608.089966 110.801941 -105.000000 608.089722 407.681885 -105.000000 623.746887 104.316544 55.000000 623.746582 407.681885 54.999985 623.746887 104.316544 -105.000000 623.746582 110.801941 55.000000 608.089722 401.196625 54.999985 608.089966 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 407.682861 -105.000015 623.746826 104.317284 -105.000015 623.746826 459.565063 -105.000015 749.001648 52.434963 -89.000015 749.001587 459.565063 -89.000015 749.001648 52.434963 -105.000015 749.001587 104.317284 -89.000015 623.746826 407.682861 -89.000015 623.746826 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 104.317284 -105.000015 623.746826 -110.746811 -105.000015 408.682770 52.434963 -105.000015 749.001587 -236.001633 -89.000015 460.565002 52.434963 -89.000015 749.001587 -236.001633 -105.000015 460.565002 -110.746811 -89.000015 408.682770 104.317284 -89.000015 623.746826 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 110.801941 -105.000000 608.089722 -95.089981 -105.000000 402.196686 104.316544 -105.000000 623.746582 -110.746872 55.000000 408.681824 104.316544 55.000000 623.746582 -110.746872 -105.000000 408.681824 -95.089981 55.000000 402.196686 110.801941 55.000000 608.089722 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 internal/editor/textures/editor_clip brush vertices -95.089981 -105.000000 402.196686 -95.089722 -105.000000 111.801880 -110.746872 -105.000000 408.681824 -110.746582 55.000000 105.316528 -110.746872 55.000000 408.681824 -110.746582 -105.000000 105.316528 -95.089722 55.000000 111.801880 -95.089981 55.000000 402.196686 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 internal/editor/textures/editor_clip brush vertices -110.746811 -105.000015 408.682770 -110.746826 -105.000015 105.317261 -236.001633 -105.000015 460.565002 -236.001587 -89.000015 53.434937 -236.001633 -89.000015 460.565002 -236.001587 -105.000015 53.434937 -110.746826 -89.000015 105.317261 -110.746811 -89.000015 408.682770 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -110.746826 -105.000015 105.317261 104.317200 -105.000015 -109.746826 -236.001587 -105.000015 53.434937 52.434937 -89.000015 -235.001648 -236.001587 -89.000015 53.434937 52.434937 -105.000015 -235.001648 104.317200 -89.000015 -109.746826 -110.746826 -89.000015 105.317261 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices -95.089722 -105.000000 111.801880 110.803345 -105.000000 -94.089966 -110.746582 -105.000000 105.316528 104.318115 55.000000 -109.746887 -110.746582 55.000000 105.316528 104.318115 -105.000000 -109.746887 110.803345 55.000000 -94.089966 -95.089722 55.000000 111.801880 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 104.317200 -105.000015 -109.746826 407.682739 -105.000015 -109.746826 52.434937 -105.000015 -235.001648 459.565063 -89.000015 -235.001587 52.434937 -89.000015 -235.001648 459.565063 -105.000015 -235.001587 407.682739 -89.000015 -109.746826 104.317200 -89.000015 -109.746826 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 110.803345 -105.000000 -94.089966 401.198059 -105.000000 -94.089722 104.318115 -105.000000 -109.746887 407.683472 55.000000 -109.746582 104.318115 55.000000 -109.746887 407.683472 -105.000000 -109.746582 401.198059 55.000000 -94.089722 110.803345 55.000000 -94.089966 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 401.198059 -105.000000 -94.089722 607.089966 -105.000000 111.803345 407.683472 -105.000000 -109.746582 622.746826 55.000000 105.318237 407.683472 55.000000 -109.746582 622.746826 -105.000000 105.318237 607.089966 55.000000 111.803345 401.198059 55.000000 -94.089722 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 407.682739 -105.000015 -109.746826 622.746765 -105.000015 105.317261 459.565063 -105.000015 -235.001587 748.001587 -89.000015 53.435059 459.565063 -89.000015 -235.001587 748.001587 -105.000015 53.435059 622.746765 -89.000015 105.317261 407.682739 -89.000015 -109.746826 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 internal/editor/textures/editor_clip brush vertices 607.089966 -105.000000 111.803345 607.089722 -105.000000 402.198059 622.746826 -105.000000 105.318237 622.746582 55.000000 408.683472 622.746826 55.000000 105.318237 622.746582 -105.000000 408.683472 607.089722 55.000000 402.198059 607.089966 55.000000 111.803345 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 622.746765 -105.000015 105.317261 622.746826 -105.000015 408.682739 748.001587 -105.000015 53.435059 748.001587 -89.000015 460.565063 748.001587 -89.000015 53.435059 748.001587 -105.000015 460.565063 622.746826 -89.000015 408.682739 622.746765 -89.000015 105.317261 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 622.746826 -105.000015 408.682739 407.682861 -105.000015 623.746826 748.001587 -105.000015 460.565063 459.565063 -89.000015 749.001648 748.001587 -89.000015 460.565063 459.565063 -105.000015 749.001648 407.682861 -89.000015 623.746826 622.746826 -89.000015 408.682739 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 607.089722 -105.000000 402.198059 401.196625 -105.000000 608.089966 622.746582 -105.000000 408.683472 407.681885 54.999985 623.746887 622.746582 55.000000 408.683472 407.681885 -105.000000 623.746887 401.196625 54.999985 608.089966 607.089722 55.000000 402.198059 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 7 6 0x00000000 internal/editor/textures/editor_clip brush vertices 107.559525 -219.000000 615.918091 -102.918465 -219.000000 405.439758 101.074158 -219.000000 631.574829 -118.575348 -107.000000 411.924988 101.074158 -107.000000 631.574829 -118.575348 -219.000000 411.924988 -102.918465 -107.000000 405.439758 107.559525 -107.000000 615.918091 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 brush vertices -102.918465 -219.000000 405.439758 -102.918091 -219.000000 108.559448 -118.575348 -219.000000 411.924988 -118.574829 -107.000000 102.074097 -118.575348 -107.000000 411.924988 -118.574829 -219.000000 102.074097 -102.918091 -107.000000 108.559448 -102.918465 -107.000000 405.439758 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 brush vertices -102.918091 -219.000000 108.559448 107.560181 -219.000000 -101.918457 -118.574829 -219.000000 102.074097 101.074951 -107.000000 -117.575317 -118.574829 -107.000000 102.074097 101.074951 -219.000000 -117.575317 107.560181 -107.000000 -101.918457 -102.918091 -107.000000 108.559448 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 107.560181 -219.000000 -101.918457 404.440491 -219.000000 -101.918091 101.074951 -219.000000 -117.575317 410.925842 -107.000000 -117.574829 101.074951 -107.000000 -117.575317 410.925842 -219.000000 -117.574829 404.440491 -107.000000 -101.918091 107.560181 -107.000000 -101.918457 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 404.440491 -219.000000 -101.918091 614.918457 -219.000000 108.560303 410.925842 -219.000000 -117.574829 630.575317 -107.000000 102.075073 410.925842 -107.000000 -117.574829 630.575317 -219.000000 102.075073 614.918457 -107.000000 108.560303 404.440491 -107.000000 -101.918091 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 614.918457 -219.000000 108.560303 614.918091 -219.000000 405.440491 630.575317 -219.000000 102.075073 630.574829 -107.000000 411.925842 630.575317 -107.000000 102.075073 630.574829 -219.000000 411.925842 614.918091 -107.000000 405.440491 614.918457 -107.000000 108.560303 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 614.918091 -219.000000 405.440491 404.439850 -219.000000 615.918457 630.574829 -219.000000 411.925842 410.925049 -107.000000 631.575317 630.574829 -107.000000 411.925842 410.925049 -219.000000 631.575317 404.439850 -107.000000 615.918457 614.918091 -107.000000 405.440491 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 346.072388 -219.000000 475.006653 165.927338 -219.000000 475.006439 352.557556 -219.000000 490.663513 159.442001 -59.000000 490.663269 352.557556 -59.000000 490.663513 159.442001 -219.000000 490.663269 165.927338 -59.000000 475.006439 346.072388 -59.000000 475.006653 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 352.557892 -219.000015 490.663452 159.442200 -219.000015 490.663574 404.440094 -219.000015 615.918335 107.559883 -203.000015 615.918335 404.440094 -203.000015 615.918335 107.559883 -219.000015 615.918335 159.442200 -203.000015 490.663574 352.557892 -203.000015 490.663452 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 159.442200 -219.000015 490.663574 22.336500 -219.000015 353.557922 107.559883 -219.000015 615.918335 -102.918335 -203.000015 405.440033 107.559883 -203.000015 615.918335 -102.918335 -219.000015 405.440033 22.336500 -203.000015 353.557922 159.442200 -203.000015 490.663574 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 165.927338 -219.000000 475.006439 37.993340 -219.000000 347.072357 159.442001 -219.000000 490.663269 22.336464 -59.000000 353.557556 159.442001 -59.000000 490.663269 22.336464 -219.000000 353.557556 37.993340 -59.000000 347.072357 165.927338 -59.000000 475.006439 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 37.993340 -219.000000 347.072357 37.993530 -219.000000 166.927368 22.336464 -219.000000 353.557556 22.336670 -59.000000 160.442017 22.336464 -59.000000 353.557556 22.336670 -219.000000 160.442017 37.993530 -59.000000 166.927368 37.993340 -59.000000 347.072357 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 22.336500 -219.000015 353.557922 22.336426 -219.000015 160.442139 -102.918335 -219.000015 405.440033 -102.918335 -203.000015 108.559814 -102.918335 -203.000015 405.440033 -102.918335 -219.000015 108.559814 22.336426 -203.000015 160.442139 22.336500 -203.000015 353.557922 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 22.336426 -219.000015 160.442139 159.442078 -219.000015 23.336548 -102.918335 -219.000015 108.559814 107.559875 -203.000015 -101.918335 -102.918335 -203.000015 108.559814 107.559875 -219.000015 -101.918335 159.442078 -203.000015 23.336548 22.336426 -203.000015 160.442139 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 37.993530 -219.000000 166.927368 165.927612 -219.000000 38.993286 22.336670 -219.000000 160.442017 159.442444 -59.000000 23.336426 22.336670 -59.000000 160.442017 159.442444 -219.000000 23.336426 165.927612 -59.000000 38.993286 37.993530 -59.000000 166.927368 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 165.927612 -219.000000 38.993286 346.072632 -219.000000 38.993530 159.442444 -219.000000 23.336426 352.557983 -59.000000 23.336731 159.442444 -59.000000 23.336426 352.557983 -219.000000 23.336731 346.072632 -59.000000 38.993530 165.927612 -59.000000 38.993286 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 159.442078 -219.000015 23.336548 352.557800 -219.000015 23.336426 107.559875 -219.000015 -101.918335 404.440125 -203.000015 -101.918335 107.559875 -203.000015 -101.918335 404.440125 -219.000015 -101.918335 352.557800 -203.000015 23.336426 159.442078 -203.000015 23.336548 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 352.557800 -219.000015 23.336426 489.663452 -219.000015 160.442139 404.440125 -219.000015 -101.918335 614.918335 -203.000015 108.559937 404.440125 -203.000015 -101.918335 614.918335 -219.000015 108.559937 489.663452 -203.000015 160.442139 352.557800 -203.000015 23.336426 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 346.072632 -219.000000 38.993530 474.006653 -219.000000 166.927612 352.557983 -219.000000 23.336731 489.663483 -59.000000 160.442505 352.557983 -59.000000 23.336731 489.663483 -219.000000 160.442505 474.006653 -59.000000 166.927612 346.072632 -59.000000 38.993530 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 474.006653 -219.000000 166.927612 474.006470 -219.000000 347.072632 489.663483 -219.000000 160.442505 489.663269 -59.000000 353.557983 489.663483 -59.000000 160.442505 489.663269 -219.000000 353.557983 474.006470 -59.000000 347.072632 474.006653 -59.000000 166.927612 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 489.663452 -219.000015 160.442139 489.663574 -219.000015 353.557800 614.918335 -219.000015 108.559937 614.918335 -203.000015 405.440125 614.918335 -203.000015 108.559937 614.918335 -219.000015 405.440125 489.663574 -203.000015 353.557800 489.663452 -203.000015 160.442139 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 489.663574 -219.000015 353.557800 352.557892 -219.000015 490.663452 614.918335 -219.000015 405.440125 404.440094 -203.000015 615.918335 614.918335 -203.000015 405.440125 404.440094 -219.000015 615.918335 352.557892 -203.000015 490.663452 489.663574 -203.000015 353.557800 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 474.006470 -219.000000 347.072632 346.072388 -219.000000 475.006653 489.663269 -219.000000 353.557983 352.557556 -59.000000 490.663513 489.663269 -59.000000 353.557983 352.557556 -219.000000 490.663513 346.072388 -59.000000 475.006653 474.006470 -59.000000 347.072632 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 175.249649 -280.000000 452.499908 60.499928 -280.000000 337.749756 168.764282 -280.000000 468.156708 44.843082 -120.000000 344.234924 168.764282 -120.000000 468.156708 44.843082 -280.000000 344.234924 60.499928 -120.000000 337.749756 175.249649 -120.000000 452.499908 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 60.499928 -280.000000 337.749756 60.500122 -280.000000 176.249634 44.843082 -280.000000 344.234924 44.843262 -120.000000 169.764282 44.843082 -120.000000 344.234924 44.843262 -280.000000 169.764282 60.500122 -120.000000 176.249634 60.499928 -120.000000 337.749756 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 brush vertices 60.500122 -280.000000 176.249634 175.250244 -280.000000 61.499878 44.843262 -280.000000 169.764282 168.765076 -120.000000 45.843018 44.843262 -120.000000 169.764282 168.765076 -280.000000 45.843018 175.250244 -120.000000 61.499878 60.500122 -120.000000 176.249634 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 175.250244 -280.000000 61.499878 336.750366 -280.000000 61.500122 168.765076 -280.000000 45.843018 343.235718 -120.000000 45.843262 168.765076 -120.000000 45.843018 343.235718 -280.000000 45.843262 336.750366 -120.000000 61.500122 175.250244 -120.000000 61.499878 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 336.750366 -280.000000 61.500122 451.500061 -280.000000 176.250244 343.235718 -280.000000 45.843262 467.156921 -120.000000 169.765137 343.235718 -120.000000 45.843262 467.156921 -280.000000 169.765137 451.500061 -120.000000 176.250244 336.750366 -120.000000 61.500122 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 451.500061 -280.000000 176.250244 451.499878 -280.000000 337.750366 467.156921 -280.000000 169.765137 467.156738 -120.000000 344.235718 467.156921 -120.000000 169.765137 467.156738 -280.000000 344.235718 451.499878 -120.000000 337.750366 451.500061 -120.000000 176.250244 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 451.499878 -280.000000 337.750366 336.749756 -280.000000 452.500061 467.156738 -280.000000 344.235718 343.234924 -120.000000 468.156921 467.156738 -120.000000 344.235718 343.234924 -280.000000 468.156921 336.749756 -120.000000 452.500061 451.499878 -120.000000 337.750366 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 326.245056 -280.000000 228.132202 326.245178 -280.000000 285.867676 451.500000 -280.000000 176.250000 451.500000 -264.000000 337.750000 451.500000 -264.000000 176.250000 451.500000 -280.000000 337.750000 326.245178 -264.000000 285.867676 326.245056 -264.000000 228.132202 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 326.245178 -280.000000 285.867676 284.867798 -280.000000 327.245117 451.500000 -280.000000 337.750000 336.750000 -264.000000 452.500000 451.500000 -264.000000 337.750000 336.750000 -280.000000 452.500000 284.867798 -264.000000 327.245117 326.245178 -264.000000 285.867676 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 284.867798 -280.000000 327.245117 227.132339 -280.000000 327.245178 336.750000 -280.000000 452.500000 175.249969 -264.000000 452.499969 336.750000 -264.000000 452.500000 175.249969 -280.000000 452.499969 227.132339 -264.000000 327.245178 284.867798 -264.000000 327.245117 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 227.132339 -280.000000 327.245178 185.754868 -280.000000 285.867828 175.249969 -280.000000 452.499969 60.499985 -264.000000 337.749969 175.249969 -264.000000 452.499969 60.499985 -280.000000 337.749969 185.754868 -264.000000 285.867828 227.132339 -264.000000 327.245178 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 185.754868 -280.000000 285.867828 185.754700 -280.000000 228.132324 60.499985 -280.000000 337.749969 60.500000 -264.000000 176.250000 60.499985 -264.000000 337.749969 60.500000 -280.000000 176.250000 185.754700 -264.000000 228.132324 185.754868 -264.000000 285.867828 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 233.617508 -280.000000 311.588287 201.411682 -280.000000 279.382477 227.132172 -280.000000 327.245087 185.754807 -120.000000 285.867676 227.132172 -120.000000 327.245087 185.754807 -280.000000 285.867676 201.411682 -120.000000 279.382477 233.617508 -120.000000 311.588287 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 5 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 278.382446 -280.000000 311.588318 233.617508 -280.000000 311.588287 284.867676 -280.000000 327.245178 227.132172 -120.000000 327.245087 284.867676 -120.000000 327.245178 227.132172 -280.000000 327.245087 233.617508 -120.000000 311.588287 278.382446 -120.000000 311.588318 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 310.588257 -280.000000 279.382446 278.382446 -280.000000 311.588318 326.245117 -280.000000 285.867798 284.867676 -120.000000 327.245178 326.245117 -120.000000 285.867798 284.867676 -280.000000 327.245178 278.382446 -120.000000 311.588318 310.588257 -120.000000 279.382446 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 310.588257 -280.000000 234.617554 310.588257 -280.000000 279.382446 326.245117 -280.000000 228.132324 326.245117 -120.000000 285.867798 326.245117 -120.000000 228.132324 326.245117 -280.000000 285.867798 310.588257 -120.000000 279.382446 310.588257 -120.000000 234.617554 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 278.382446 -280.000000 202.411743 310.588257 -280.000000 234.617554 284.867798 -280.000000 186.754883 326.245117 -120.000000 228.132324 284.867798 -120.000000 186.754883 326.245117 -280.000000 228.132324 310.588257 -120.000000 234.617554 278.382446 -120.000000 202.411743 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 233.617554 -280.000000 202.411621 278.382446 -280.000000 202.411743 227.132324 -280.000000 186.754761 284.867798 -120.000000 186.754883 227.132324 -120.000000 186.754761 284.867798 -280.000000 186.754883 278.382446 -120.000000 202.411743 233.617554 -120.000000 202.411621 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 201.411682 -280.000000 234.617554 233.617554 -280.000000 202.411621 185.754822 -280.000000 228.132202 227.132324 -120.000000 186.754761 185.754822 -120.000000 228.132202 227.132324 -280.000000 186.754761 233.617554 -120.000000 202.411621 201.411682 -120.000000 234.617554 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 internal/editor/textures/editor_clip brush vertices 201.411682 -280.000000 279.382477 201.411682 -280.000000 234.617554 185.754807 -280.000000 285.867676 185.754822 -120.000000 228.132202 185.754807 -120.000000 285.867676 185.754822 -280.000000 228.132202 201.411682 -120.000000 234.617554 201.411682 -120.000000 279.382477 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 284.867676 -280.000000 186.754761 326.245056 -280.000000 228.132202 336.750000 -280.000000 61.500000 451.500000 -264.000000 176.250000 336.750000 -264.000000 61.500000 451.500000 -280.000000 176.250000 326.245056 -264.000000 228.132202 284.867676 -264.000000 186.754761 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 internal/editor/textures/editor_clip brush vertices 227.132202 -280.000000 186.754883 284.867676 -280.000000 186.754761 175.250000 -280.000000 61.500000 336.750000 -264.000000 61.500000 175.250000 -264.000000 61.500000 336.750000 -280.000000 61.500000 284.867676 -264.000000 186.754761 227.132202 -264.000000 186.754883 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 185.754700 -280.000000 228.132324 227.132202 -280.000000 186.754883 60.500000 -280.000000 176.250000 175.250000 -264.000000 61.500000 60.500000 -264.000000 176.250000 175.250000 -280.000000 61.500000 227.132202 -264.000000 186.754883 185.754700 -264.000000 228.132324 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 168.764282 760.000000 468.156708 240.000000 760.000000 469.000000 175.249649 760.000000 452.499908 240.000000 920.000000 453.000000 175.249649 920.000000 452.499908 240.000000 760.000000 453.000000 240.000000 920.000000 469.000000 168.764282 920.000000 468.156708 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 240.000000 920.000000 469.000000 272.000000 920.000000 469.000000 272.000000 920.000000 453.000000 240.000000 920.000000 453.000000 240.000000 760.000000 469.000000 272.000000 760.000000 469.000000 272.000000 760.000000 453.000000 240.000000 760.000000 453.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_fullclip brush vertices 346.072388 699.000000 475.006653 165.927338 699.000000 475.006439 352.557556 699.000000 490.663513 159.442001 859.000000 490.663269 352.557556 859.000000 490.663513 159.442001 699.000000 490.663269 165.927338 859.000000 475.006439 346.072388 859.000000 475.006653 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 internal/editor/textures/editor_clip brush vertices 101.074158 699.000000 631.574829 240.000000 698.000000 632.000000 107.559525 699.000000 615.918091 240.000000 858.000000 616.000000 107.559525 859.000000 615.918091 240.000000 698.000000 616.000000 240.000000 858.000000 632.000000 101.074158 859.000000 631.574829 faces 0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 2 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 brush vertices 240.000000 858.000000 632.000000 272.000000 858.000000 632.000000 272.000000 858.000000 616.000000 240.000000 858.000000 616.000000 240.000000 698.000000 632.000000 272.000000 698.000000 632.000000 272.000000 698.000000 616.000000 240.000000 698.000000 616.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_fullclip brush vertices 459.564697 585.000000 749.001770 272.000000 585.000000 749.000000 466.049927 585.000000 764.658630 272.000000 745.000000 765.000000 466.049927 745.000000 764.658630 272.000000 585.000000 765.000000 272.000000 745.000000 749.000000 459.564697 745.000000 749.001770 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 brush vertices 45.949112 585.000000 764.657959 240.000000 585.000000 765.000000 52.434471 585.000000 749.001221 240.000000 745.000000 749.000000 52.434471 745.000000 749.001221 240.000000 585.000000 749.000000 240.000000 745.000000 765.000000 45.949112 745.000000 764.657959 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 240.000000 745.000000 765.000000 272.000000 745.000000 765.000000 272.000000 745.000000 749.000000 240.000000 745.000000 749.000000 240.000000 585.000000 765.000000 272.000000 585.000000 765.000000 272.000000 585.000000 749.000000 240.000000 585.000000 749.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_fullclip brush vertices 495.638245 431.000000 836.093018 272.000000 431.000000 836.000000 502.123352 431.000000 851.749878 272.000000 591.000000 852.000000 502.123352 591.000000 851.749878 272.000000 431.000000 852.000000 272.000000 591.000000 836.000000 495.638245 591.000000 836.093018 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 brush vertices 9.874306 431.000000 851.749207 240.000000 431.000000 852.000000 16.359726 431.000000 836.092468 240.000000 591.000000 836.000000 16.359726 591.000000 836.092468 240.000000 431.000000 836.000000 240.000000 591.000000 852.000000 9.874306 591.000000 851.749207 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 240.000000 591.000000 852.000000 272.000000 591.000000 852.000000 272.000000 591.000000 836.000000 240.000000 591.000000 836.000000 240.000000 431.000000 852.000000 272.000000 431.000000 852.000000 272.000000 431.000000 836.000000 240.000000 431.000000 836.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_fullclip brush vertices -2.689880 240.000000 882.084961 240.000000 240.000000 882.000000 3.795403 240.000000 866.428101 240.000000 400.000000 866.000000 3.795403 400.000000 866.428101 240.000000 240.000000 866.000000 240.000000 400.000000 882.000000 -2.689880 400.000000 882.084961 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 2 4 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 240.000000 400.000000 882.000000 272.000000 400.000000 882.000000 272.000000 400.000000 866.000000 240.000000 400.000000 866.000000 240.000000 240.000000 882.000000 272.000000 240.000000 882.000000 272.000000 240.000000 866.000000 240.000000 240.000000 866.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_fullclip brush vertices 495.638245 49.000000 836.093018 272.000000 49.000000 836.000000 502.123352 49.000000 851.749878 272.000000 209.000000 852.000000 502.123352 209.000000 851.749878 272.000000 49.000000 852.000000 272.000000 209.000000 836.000000 495.638245 209.000000 836.093018 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 brush vertices 9.874306 49.000000 851.749207 240.000000 49.000000 852.000000 16.359726 49.000000 836.092468 240.000000 209.000000 836.000000 16.359726 209.000000 836.092468 240.000000 49.000000 836.000000 240.000000 209.000000 852.000000 9.874306 209.000000 851.749207 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 45.949112 -105.000000 764.657959 240.000000 -105.000000 765.000000 52.434471 -105.000000 749.001221 240.000000 55.000000 749.000000 52.434471 54.999985 749.001221 240.000000 -105.000000 749.000000 240.000000 55.000000 765.000000 45.949112 54.999985 764.657959 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 7 6 0x00000000 brush vertices 240.000000 55.000000 765.000000 272.000000 55.000000 765.000000 272.000000 55.000000 749.000000 240.000000 55.000000 749.000000 240.000000 -105.000000 765.000000 272.000000 -105.000000 765.000000 272.000000 -105.000000 749.000000 240.000000 -105.000000 749.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_fullclip brush vertices 101.074158 -219.000000 631.574829 240.000000 -219.000000 632.000000 107.559525 -219.000000 615.918091 240.000000 -107.000000 616.000000 107.559525 -107.000000 615.918091 240.000000 -219.000000 616.000000 240.000000 -107.000000 632.000000 101.074158 -107.000000 631.574829 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 240.000000 -107.000000 632.000000 272.000000 -107.000000 632.000000 272.000000 -107.000000 616.000000 240.000000 -107.000000 616.000000 240.000000 -219.000000 632.000000 272.000000 -219.000000 632.000000 272.000000 -219.000000 616.000000 240.000000 -219.000000 616.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_fullclip brush vertices 168.764282 -280.000000 468.156708 240.000000 -280.000000 469.000000 175.249649 -280.000000 452.499908 240.000000 -120.000000 453.000000 175.249649 -120.000000 452.499908 240.000000 -280.000000 453.000000 240.000000 -120.000000 469.000000 168.764282 -120.000000 468.156708 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 459.564697 -105.000000 749.001770 272.000000 -105.000000 749.000000 466.049927 -105.000000 764.658630 272.000000 55.000000 765.000000 466.049927 55.000000 764.658630 272.000000 -105.000000 765.000000 272.000000 55.000000 749.000000 459.564697 55.000000 749.001770 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 1 6 0x00000000 brush vertices 272.000000 760.000000 469.000000 343.234924 760.000000 468.156921 272.000000 760.000000 453.000000 336.749756 920.000000 452.500061 272.000000 920.000000 453.000000 336.749756 760.000000 452.500061 343.234924 920.000000 468.156921 272.000000 920.000000 469.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 272.000000 698.000000 632.000000 410.925049 699.000000 631.575317 272.000000 698.000000 616.000000 404.439850 859.000000 615.918457 272.000000 858.000000 616.000000 404.439850 699.000000 615.918457 410.925049 859.000000 631.575317 272.000000 858.000000 632.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 7 6 0x00000000 brush vertices 272.000000 240.000000 882.000000 514.689941 240.000000 882.084961 272.000000 240.000000 866.000000 508.204712 400.000000 866.428101 272.000000 400.000000 866.000000 508.204712 240.000000 866.428101 514.689941 400.000000 882.084961 272.000000 400.000000 882.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 272.000000 -219.000000 632.000000 410.925049 -219.000000 631.575317 272.000000 -219.000000 616.000000 404.439850 -107.000000 615.918457 272.000000 -107.000000 616.000000 404.439850 -219.000000 615.918457 410.925049 -107.000000 631.575317 272.000000 -107.000000 632.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 272.000000 -280.000000 469.000000 343.234924 -280.000000 468.156921 272.000000 -280.000000 453.000000 336.749756 -120.000000 452.500061 272.000000 -120.000000 453.000000 336.749756 -280.000000 452.500061 343.234924 -120.000000 468.156921 272.000000 -120.000000 469.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 240.000000 -120.000000 469.000000 272.000000 -120.000000 469.000000 272.000000 -120.000000 453.000000 240.000000 -120.000000 453.000000 240.000000 -280.000000 469.000000 272.000000 -280.000000 469.000000 272.000000 -280.000000 453.000000 240.000000 -280.000000 453.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_fullclip brush vertices 240.000000 209.000000 852.000000 272.000000 209.000000 852.000000 272.000000 209.000000 836.000000 240.000000 209.000000 836.000000 240.000000 49.000000 852.000000 272.000000 49.000000 852.000000 272.000000 49.000000 836.000000 240.000000 49.000000 836.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_fullclip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_fullclip entity type CameraPath UInt8 posLerp 2 UInt8 angleLerp 2 entity type PlayerSpawn Vector3 position 256.000000 256.000000 256.000000 Bool8 teamB 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position 256.000000 256.000000 816.000000 Vector3 angles 180.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0
dd1dc83e630a68d8edcb79f32548121014557416
449d555969bfd7befe906877abab098c6e63a0e8
/1076/CH16/EX16.7/16_7.sce
ea9a2cf296a999bb1aee47c86c8817041988423f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
517
sce
16_7.sce
clear clc V=240 P1=50e3 P2=50e3 P3=200e3 Pm=500e3 pfm=.8 I1=P1/V I2=P2/V I3=P3/V Im=Pm/(3*V*pfm) i1=fix(I1*exp(%i *0*%pi/3)*100)/100 i2=fix((fix(I2*100)/100)*exp(%i *-2*%pi/3)*1000)/1000 i3=fix(I3*exp(%i *2*%pi/3)*100)/100 in=abs(round((i1+i2+i3)*100)/100) iR=sqrt((I1)^2+(Im)^2+(2*I1*Im*pfm)) iY=sqrt((I2)^2+(Im)^2+(2*I2*Im*pfm)) iB=sqrt((I3)^2+(Im)^2+(2*I3*Im*pfm)) mprintf("\nIR= %.0f A", iR) mprintf("\nIY= %.0f A", iY) mprintf("\nIB= %.0f A", iB) mprintf("\nIn= %.2f A", in)
82a85be4df829711bfef8ee35d7090f9b3d49d78
e0124ace5e8cdd9581e74c4e29f58b56f7f97611
/3913/CH12/EX12.12/Ex12_12.sce
bd9cc8b78abea2a4d2901f068e44a48a5b620b45
[]
no_license
psinalkar1988/Scilab-TBC-Uploads-1
159b750ddf97aad1119598b124c8ea6508966e40
ae4c2ff8cbc3acc5033a9904425bc362472e09a3
refs/heads/master
2021-09-25T22:44:08.781062
2018-10-26T06:57:45
2018-10-26T06:57:45
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
403
sce
Ex12_12.sce
//Chapter 12 : Solutions to the Exercises //Scilab 6.0.1 //Windows 10 clear; clc; //Solution for 3.5 //(a) A=[1 2 3;3 1 2;5 5 8] disp(A) A(2,:)=A(2,:)-3*A(1,:) A(3,:)=A(3,:)-5*A(1,:) disp(A) A(3,:)=A(3,:)-A(2,:) disp(A) //(a) B=[1 2 3;3 1 2;2 3 1] disp(B) B(2,:)=B(2,:)-3*B(1,:) B(3,:)=B(3,:)-2*B(1,:) disp(B) B(2,:)=B(2,:)/-5 B(3,:)=B(3,:)+B(2,:) B(2,:)=B(2,:)*-5 disp(B)
ee9b3628355a3c1cecf5f22f56b5ba5ce7434123
449d555969bfd7befe906877abab098c6e63a0e8
/1052/CH34/EX34.4/344.sce
7cf0370201dce706e9f4b49ca46162744855813e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
314
sce
344.sce
clc; //Example 34.4 page no 548 printf("Example 34.4 page no 548\n\n"); //a gas stream is discharged through a stack m_dot =10000//mass flow ratein acfm v=50//velcoity in ft/s KE=m_dot*v^2*(29/(379*32.2*60))//others are conversion factor for unit printf("\n KE=%f ft.lbf/s",KE);//printing mistake in book
5e8a1b62a988d4c23c3e2b73826f59625a0010d0
449d555969bfd7befe906877abab098c6e63a0e8
/3838/CH2/EX2.4.c/EX2_4_c.sce
f13fa451a2713532d0742a5b7accef30bb1aa784
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
219
sce
EX2_4_c.sce
//Example 2.4.c clc; a=2; P=(integrate('(3*cos(0.1*(%pi)*t))^(2)','t',-100,100)/(2*100))//power of given signal t=100 disp(P) disp('AS POWER OF THE GIVEN SIGNAL IS FINITE HENCE THE GIVEN SIGNAL IS POWER SIGNAL');
1be9436765be50835d6a0332748de149c9c8a36d
634af5304c38dcb1f46551b3af0cd17d9538279f
/aula2/a2e3-IntegralMonteCarloAleatorio.sce
98918ab807b8d6114c53699b0c3e6d66c778fb1a
[]
no_license
taiaraujo/Processos_Estoc-sticos
3b35ab57321d08047621f7045ae62a5c937a3346
85677fe2d055ed621d399c64cec14eb6ec1875de
refs/heads/master
2021-04-28T03:06:13.349687
2018-02-19T23:07:28
2018-02-19T23:07:28
122,131,723
0
0
null
null
null
null
UTF-8
Scilab
false
false
153
sce
a2e3-IntegralMonteCarloAleatorio.sce
//Ientegral de Monte Carlo //razão de áreas //estimar pi com 0<X<1 aleatorio clear N = 10; X = rand(1,N); Y = sqrt(1-X.^2); ESTpi = 4*sum(Y)/N
4a24208eef8d7d0c5794937ccc48d0e1aa645cee
449d555969bfd7befe906877abab098c6e63a0e8
/605/CH6/EX6.3/6_3.sce
7a075f7fd07768c394ea9576bf459d4b4dadd44f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
254
sce
6_3.sce
FL=0.4*exp(-%i*30*%pi/180) Fin=0.2*exp(%i*45*%pi/180) Z_L=(1+FL)/(1-FL) Z_in=(1+Fin)/(1-Fin) Y_in=(1-Fin)/(1+Fin) disp(Z_L,"Z_L=") disp(Z_in,"Z_in=") disp(Y_in,"Y_in=") //Y_in=(1+%i*Z_L*tan(Bl))/(Z_L+%i*tan(Bl)) Y_in=1/Z_in disp(Y_in,"Y_in=")
a60dc895ef9bdb7b2922574dbd71ca063152b1f2
449d555969bfd7befe906877abab098c6e63a0e8
/1898/CH13/EX13.11/Ex13_11.sce
1139abcf7de2da807d3155311c1e448687bcdc3e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
509
sce
Ex13_11.sce
clear all; clc; disp("Scilab Code Ex 13.11 : ") //Given: P = 20*10^3; //N y1 = 150; //mm x1 = 40; //mm A = (x1*y1); d = 40; K = 1; //Eqn 13.29 L2 = (3718*A*d^2)/(P); L = sqrt(L2); KL_d = (K*L)/(d); if(KL_d>26 & KL_d<=50) printf('\n\nThe greatest allowable length L as specified by the NFPA = %1.0f mm',L); end //------------------------------------------------------------------------END-----------------------------------------------------------------------------
773932abd72c26140e334a18d60023afc7c7ed5f
449d555969bfd7befe906877abab098c6e63a0e8
/3871/CH6/EX6.13/Ex6_13.sce
b37087a456438988afdddfd5d38130b6d0fcdfba
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
586
sce
Ex6_13.sce
//=========================================================================== //chapter 6 example 13 clc;clear all; //variable declaration Cv = 70*10^-12; //capacitance in F V =10000; //electrostatic measurement in V Vv = 100; //reading in V //calculations Vc = V-Vv; //voltage across series capacitor in V //since the capacitors are connected in series ,te charge on each is same //Vv*Cv = Vc*C C = (Vv*Cv)/(Vc); //capacitance in uuF //result mprintf("capacitance of the condenser = %3.4f uuF ",(C*10^12));
09e06bfa0c5f1d872a9ba114c70077e4cb7031b6
449d555969bfd7befe906877abab098c6e63a0e8
/1580/CH3/EX3.5/Ch03Ex5.sce
08973effd9ae49d70f73579b9a5fa202b7b1ecd0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
691
sce
Ch03Ex5.sce
/// Scilab Code Ex3.5 : Page-3.5 (2004) clc;clear; r = 0.1278; // Atomic radius, nm a = 4*r/sqrt(2); // Lattice constant, nm h1 = 1, k1 = 1, l1 = 0; // Miller Indices of (110) planes d_110 = a/sqrt(h1^2 + k1^2 + l1^2); // Interplanar spacing for (110) planes, nm h2 = 2, k2 = 1, l2 = 2; // Indices of third set of parallel planes d_212 = a/sqrt(h2^2 + k2^2 + l2^2); // Interplanar spacing for (111) planes, nm printf("\nInterplanar spacing for (110) planes = %6.4f nm", d_110); printf("\nInterplanar spacing for (212) planes = %6.4f nm", d_212); // Result // Interplanar spacing for (110) planes = 0.2556 nm // Interplanar spacing for (212) planes = 0.1205 nm
1f87e5d8a4cf307fb382af740fed9a1da72006d5
449d555969bfd7befe906877abab098c6e63a0e8
/1733/CH2/EX2.9/2_9.sce
d75d2adb9dae15ddad1342adec301c300823336f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
324
sce
2_9.sce
//2.9 clc; Vm=150*2^0.5; Vdc=(Vm/(%pi))*(1+cosd(45)); R=30; Load_current_average=Vdc/R; printf("\nAverage Load current = %.2f A", Load_current_average) Vrms=Vm*(((%pi-(%pi/4))/(2*%pi))+(sind(90)/(4*%pi)))^0.5; printf("\nRMS voltage = %.1f V", Vrms) RMS_current=Vrms/R; printf("\nRMS current = %.3f A", RMS_current)
dee555f8af028cc3adfdeafc93c057249a51fc9a
449d555969bfd7befe906877abab098c6e63a0e8
/1847/CH3/EX3.8/Ch03Ex8.sce
a7527847533a6ad28a9cc88a34a607718a4c1365
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
849
sce
Ch03Ex8.sce
// Scilab Code Ex3.8:: Page-3.23 (2009) clc; clear; lambda = 5000e-010; // Wavelength of light used, m a = 0.7e-002; // Width of the slit, m f = 0.5; // Focal length of the lens, m n = 1; // Order of diffraction // For minima, a*sind(theta_n) = n*lambda // Also theta_n = n*lambda/a = x1/f, solving for x1 x1 = f*n*lambda/a; // Position of first minima, cm // For secondary maxima, a*sind(theta_n) = (2*n+1)*lambda/2 // Also theta_n = 3*lambda/(2*a) = x2/f, solving for x2 n = 1; // Order of diffraction for first secondary minima x2 = 3*f*lambda/(2*a); // Position of first secondary maxima, cm printf("\nThe distance between first minima and the next minima from the axis = %4.2e cm", x2-x1); // Result // The distance between first minima and the next minima from the axis = 1.79e-005 cm
706302664380e286c06cd0f7c80b9397924cbf7a
c247bce84b3facd1a13b48e7417327c40c8b3898
/FOPID/foi.sci
0e415287d2c5d0079276060976aca210464c9a15
[]
no_license
AstroSayan/FuzzyFOPID
9de9fa761301da6ae1f5dfe7b8e7e8214f3b472b
ea0e31e8fa0b36e407de9dfa466cf46b583e4103
refs/heads/main
2023-04-26T19:18:30.590337
2021-05-13T18:27:32
2021-05-13T18:27:32
367,137,779
2
0
null
null
null
null
UTF-8
Scilab
false
false
119
sci
foi.sci
function G=foi(alpha,f,N,w) exec('C:\Users\SAYAN\Documents\FuzzyFOPID\fod.sci'); G=1/fod(alpha,f,N,w); endfunction
64dee6f91c33208e32a908b0aebb081bd85cf4f3
6bbc9f4f7e12ef440acd3fe25a51b4f048cde42d
/Image-Enhancement-in-the-Frequency-Domain/Homomorphic-Filtering.sce
b1d19f590ae4220c0ad7a65b6f8e99f75c85d744
[]
no_license
krisbimantara/Image-Processing-SCILAB
9dee568676b4f2943c54074d8c88c84cb33b3bb2
bf8e8905efcdd6e3e0096f7a87cce8212fe0f14c
refs/heads/main
2023-03-27T04:55:37.463238
2021-03-29T13:30:26
2021-03-29T13:30:26
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,619
sce
Homomorphic-Filtering.sce
clear;clc;clear; a=imread('bima1.jpg'); me=a(:,:,1); hi=a(:,:,2); bi=a(:,:,3); GMme=im2double(me); GMhi=im2double(hi); GMbi=im2double(bi); t=640; p=1/t:1/t:1; for k=1:t l(k,:)=p(:); end //Merah productme=GMme.*l; log_GMme=log(GMme+1); log_productme=log(productme+1); fft_GMme=(fftshift(fft2(log_GMme))); fft_productme=(fftshift(fft2(log_productme))); diff_illme=(fft_productme-fft_GMme); restoredme=(fft_productme-diff_illme); restored_imme=fft(restoredme,1); restored_imageme=(exp(restored_imme))-1; abs_restored_imageme=abs(restored_imageme); //Hijau producthi=GMhi.*l; log_GMhi=log(GMhi+1); log_producthi=log(producthi+1); fft_GMhi=(fftshift(fft2(log_GMhi))); fft_producthi=(fftshift(fft2(log_producthi))); diff_illhi=(fft_producthi-fft_GMhi); restoredhi=(fft_producthi-diff_illhi); restored_imhi=fft(restoredhi,1); restored_imagehi=(exp(restored_imhi))-1; abs_restored_imagehi=abs(restored_imagehi); //Biru productbi=GMbi.*l; log_GMbi=log(GMbi+1); log_productbi=log(productbi+1); fft_GMbi=(fftshift(fft2(log_GMbi))); fft_productbi=(fftshift(fft2(log_productbi))); diff_illbi=(fft_productbi-fft_GMbi); restoredbi=(fft_productbi-diff_illbi); restored_imbi=fft(restoredbi,1); restored_imagebi=(exp(restored_imbi))-1; abs_restored_imagebi=abs(restored_imagebi); figure(); subplot(331);imshow(cat(3,me,uint8(zeros(hi)),uint8(zeros(bi))));xtitle('Lapisan Merah'); subplot(332);imshow(cat(3,log_productme,zeros(log_producthi),zeros(log_productbi)));xtitle('Lapisan Merah (corrupt)'); subplot(333);imshow(cat(3,abs_restored_imageme,zeros(abs_restored_imagehi),zeros(abs_restored_imagebi)));xtitle('Lapisan Merah (Restored)'); subplot(334);imshow(cat(3,uint8(zeros(me)),hi,uint8(zeros(bi))));xtitle('Lapisan Hijau'); subplot(335);imshow(cat(3,zeros(log_productme),log_producthi,zeros(log_productbi)));xtitle('Lapisan Hijau (corrupt)'); subplot(336);imshow(cat(3,zeros(abs_restored_imageme),abs_restored_imagehi,zeros(abs_restored_imagebi)));xtitle('Lapisan Hijau (Restored)'); subplot(337);imshow(cat(3,uint8(zeros(me)),uint8(zeros(hi)),bi));xtitle('Lapisan Biru'); subplot(338);imshow(cat(3,zeros(log_productme),zeros(log_producthi),log_productbi));xtitle('Lapisan Biru (corrupt)'); subplot(339);imshow(cat(3,zeros(abs_restored_imageme),zeros(abs_restored_imagehi),abs_restored_imagebi));xtitle('Lapisan Biru (Restored)'); figure(); subplot(121);imshow(cat(3,me,hi,bi));xtitle('Gambar Asli'); subplot(122);imshow(cat(3,log_productme,log_producthi,log_productbi));xtitle('Gambar Asli (Corrupt)'); figure(); imshow(cat(3,abs_restored_imageme,abs_restored_imagehi,abs_restored_imagebi));xtitle('Gambar Asli (Restored)');
741f282bb51279d45221f64457b3d763b75e4fd3
449d555969bfd7befe906877abab098c6e63a0e8
/196/CH3/EX3.16/example_3_16.sce
9527e6fdb3416e53b4e075cfc554ddf45de61842
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
460
sce
example_3_16.sce
//Chapter 3 //Example 3-16 //ProbOnServoAmplifier //Page 72 clear;clc; //Given Ei=2;//in volts Vf=Ei;//feedback voltage Vout=2*Vf;//output voltage Vr=-Vout;//Reference voltage Vcap=3*Ei;//capacitor voltage printf("\n\n Value of feedback voltage = %.4f V \n\n",Vf) printf("\n\n Value of output voltage = %.4f V \n\n",Vout) printf("\n\n Value of reference voltage = %.4f V \n\n",Vr) printf("\n\n Value of capacitor voltage = %.4f V \n\n",Vcap)
277c6c6d52b8599eee584327cdbbb060fbae2bb6
449d555969bfd7befe906877abab098c6e63a0e8
/2198/CH2/EX2.11.1/Ex2_11_1.sce
f6e2df5d9636f73f7a239fa38171df159447009f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
333
sce
Ex2_11_1.sce
//Ex 2.11.1 clc;clear;close; format('v',8); //Given : Io=10;//nA T1=27+273;//K T2=87+273;//K VT=T1/11600;//V Eta=2;//for Si m=1.5;//for Si VGO=-1.21;//volt K=Io*10^-9/T1^m/exp(VGO/Eta/VT);//constant VT=T2/11600;//V Io2=K*T2^m*exp(VGO/Eta/VT);//A disp(Io2*10^9,"Reverse saturation current at 87 degree C in nA : ");
690893a0dfc6b9a3eae7cfda6a08c1fd5ec44e12
449d555969bfd7befe906877abab098c6e63a0e8
/3769/CH24/EX24.3/Ex24_3.sce
45f2ea9cc88ce3d80f945248a1e4b24ccd87a24a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
149
sce
Ex24_3.sce
clear //Given Z=79 m=9*10**9 e=1.6*10**-19 r=4.0*10**-14 //Calculation K=(m*2*Z*e**2)/(r*1.6*10**-13) //Result printf("\n Energy is %0.2f Mev",K)
9191d0a1ed834f8ba4770a1dccab1924b6bec441
449d555969bfd7befe906877abab098c6e63a0e8
/3537/CH1/EX1.52/Ex1_52.sce
d1f0e9e7d61cbeac55c63109ff904ff844a43053
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
254
sce
Ex1_52.sce
//Example 1_52 clc(); clear; //To find diameter of 25th ring dm=0.62 //units in cm ds=0.3 //units in cm d25=2*(dm^2-ds^2)+ds^2 //units in cm^2 d25=sqrt(d25) //units in cm printf("Diameter of 25th ring is %.3f cm",d25)
b9302762d4ec1249d265a25b2040d362f656d67f
73127137dffb31b748a8c19e28be5fd65de22aed
/target/classes/org/tony/jsons/vehicles/4.json
1c54bdc51a0c55c9069d26e43c925e38037d778a
[]
no_license
tonywilliams24/StarWarsProject
7c2c4ddd74003a2714e0d49247f05f28d49f8678
63b2dee1f9cbffb245df1982ade26d0c8cf0af18
refs/heads/master
2023-06-10T16:59:47.810327
2021-07-05T05:38:35
2021-07-05T05:38:35
376,402,972
0
0
null
null
null
null
UTF-8
Scilab
false
false
479
json
4.json
{"name":"Sand Crawler","model":"Digger Crawler","manufacturer":"Corellia Mining Corporation","cost_in_credits":"150000","length":"36.8 ","max_atmosphering_speed":"30","crew":"46","passengers":"30","cargo_capacity":"50000","consumables":"2 months","vehicle_class":"wheeled","pilots":[],"films":["http://swapi.dev/api/films/1/","http://swapi.dev/api/films/5/"],"created":"2014-12-10T15:36:25.724000Z","edited":"2014-12-20T21:30:21.661000Z","url":"http://swapi.dev/api/vehicles/4/"}
745ed5314ea154cd8f8531fde054b021b805a6a5
449d555969bfd7befe906877abab098c6e63a0e8
/443/CH3/EX3.21/3_21.sce
46fab56ce8dad426010c0280be7a921c816f882a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
948
sce
3_21.sce
pathname=get_absolute_file_path('3_21.sce') filename=pathname+filesep()+'3_21_data.sci' exec(filename) //Ratio of specific heats y=Cp/Cv //Temperature at end of compression stroke(in K) T2=(r^(y-1))*T1 //Pressure at the end of compression stroke(in bar) p2=(r^y)*p1 //Temperature at start of constant pressure heat addition(in K) T3=(p3*T2)/p2 //Cutoff ratio rc=T4/T3 //Heat supplied(in kJ) Hs=Cv*(T3-T2)+Cp*(T4-T3) //Temperature at end of expansion stroke(in K) T5=T4*(rc/r)^(y-1) //Heat rejected per kg(in kJ) Hr=Cv*(T5-T1) //Work output per kg(in kJ) W=Hs-Hr //Efficiency of dual cycle ndual=W/Hs*100 printf("\n\nRESULTS\n\n") printf("\nTemperature at start of constant pressure heat addition:%f\n",T3) printf("\nCutoff ratio:%f\n",rc) printf("\nHeat supplied:%f\n",Hs) printf("\nTemperature at end of expansion stroke:%f\n",T5) printf("\nWork output per kg:%f\n",W) printf("\nEfficiency of dual cycle:%f\n",ndual)
8e36daad579afaea2de86df13a0d7e38db02df7d
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set12/s_Higher_Engineering_Mathematics_B._S._Grewal_149.zip/Higher_Engineering_Mathematics_B._S._Grewal_149/CH2/EX2.48/ex48.sce
9fd3927d1a3b18febf40d7bc7bbd6763163a880f
[]
no_license
hohiroki/Scilab_TBC
cb11e171e47a6cf15dad6594726c14443b23d512
98e421ab71b2e8be0c70d67cca3ecb53eeef1df6
refs/heads/master
2021-01-18T02:07:29.200029
2016-04-29T07:01:39
2016-04-29T07:01:39
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
148
sce
ex48.sce
errcatch(-1,"stop");mode(2); A=[-1 2 -2;1 2 1;-1 -1 0] disp("R is matrix of transformation and D is a diagonal matrix ") [R D]=spec(A) exit();
5fa9e7edda90ab20f821df79f7020824a583a8b8
449d555969bfd7befe906877abab098c6e63a0e8
/944/CH7/EX7.4/example7_4_TACC.sce
daae7caeec3854ca3cf76ab0e11539d0c010ad44
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
739
sce
example7_4_TACC.sce
//example 7.4 clear; clc; //Given: T1=273;//[K] T2=14273;//[K] E1=-13.6;//Energy of ground state [eV] k=8.617*10^-5;//Boltzmann constant[eV/K] g2=8;//total no. of states with energy E2 g1=2;//total no. of states with energy E1 //To find the no. of atoms in first-excited singlet state E2=E1/(2^2);//Energy for n=2 (i.e.E2=E1/n2) x1=k*T1; r1=(g2/g1)*exp(-(E2-E1)/x1); x2=k*T2; r2=(g2/g1)*exp(-(E2-E1)/x2); disp(r1,'The fraction of atoms present in level n=2 at 273K is '); disp("Therefore total 3*10^25 atoms we say that all are present at ground state"); printf("\n\nThe fraction of atoms present in level n=2 at 14273 is %f\n",r2); x=r2*3*10^25; disp(x,'Therefore no. of atoms in level n=2 is ');
299e3ee3907de21133006a274c8b65e0e345d21d
449d555969bfd7befe906877abab098c6e63a0e8
/1394/CH8/EX8.2.1/Ex8_2_1.sce
b145cca9b19fac53348f2d321b0f7c894f1bbf26
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
439
sce
Ex8_2_1.sce
clc //initialization of variables kc = 3.3*10^-3 // M.T.C in cm/sec d = 1 // density of oxygen in g/cm^3 M = 18 // Mol wt of water in g/mol Hatm = 4.4*10^4 // Henrys constant in atm HmmHg = Hatm*760 // Henrys constant in mm Hg //calculations ratio = d/(M*HmmHg)// Ratio of concentration and pressure of oxygen kp = kc*ratio // M.T.O=C in x*10^12mol/cm^2-sec-mm Hg //Results printf("the M.T.C in given units is %.1e",kp )
f5431c25fdfef6ca5ed20645f1d8a09d0508b6e7
6e257f133dd8984b578f3c9fd3f269eabc0750be
/ScilabFromTheoryToPractice/Computing/testlongvariables.sce
b6d9eac8b51a802b51be7b48e60d0d8f7bd4e786
[]
no_license
markusmorawitz77/Scilab
902ef1b9f356dd38ea2dbadc892fe50d32b44bd0
7c98963a7d80915f66a3231a2235010e879049aa
refs/heads/master
2021-01-19T23:53:52.068010
2017-04-22T12:39:21
2017-04-22T12:39:21
89,051,705
0
0
null
null
null
null
UTF-8
Scilab
false
false
301
sce
testlongvariables.sce
a_variable_name_that_is_too_long=1 a_variable_name_that_is_too_long // contains the value 1 a_variable_name_that_is_the_same=2 a_variable_name_that_is_the_same // contains the value 2 a_variable_name_that_is_too_long // also contains 2 a_variable_name_that_is_ // identifier for both variables
ff9bfc9692736372c2a4c7185ac6a792f9a57634
449d555969bfd7befe906877abab098c6e63a0e8
/3871/CH3/EX3.3/Ex3_3.sce
8f96ec025946b1fc3cc3b25f878498afcc7a4597
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
505
sce
Ex3_3.sce
//=========================================================================== //chapter 3 example 2 clc;clear all; //variable declaration Am = 205.3*10**-6; //measured value in Ω A = 201.4*10**-6; //True value in Ω //calculations e0 = Am-A; //absolute error in Ω r = (e0/(A))*100; //relative error in % //result mprintf("abslotue error = %3.2e F ",e0); mprintf("\nrelative error = %3.2f percentage",r);
47846ca98d63b1be43e6f7354d4324c5a6d97e2c
717ddeb7e700373742c617a95e25a2376565112c
/3424/CH3/EX3.7/Ex3_7.sce
3421ea92390140b75126a5bbf707708ae3dff1a4
[]
no_license
appucrossroads/Scilab-TBC-Uploads
b7ce9a8665d6253926fa8cc0989cda3c0db8e63d
1d1c6f68fe7afb15ea12fd38492ec171491f8ce7
refs/heads/master
2021-01-22T04:15:15.512674
2017-09-19T11:51:56
2017-09-19T11:51:56
92,444,732
0
0
null
2017-05-25T21:09:20
2017-05-25T21:09:19
null
UTF-8
Scilab
false
false
259
sce
Ex3_7.sce
clc //Initialization of variables g = 9.81 // m/s^2 h = 0.20 // m d = 0.01 // m D = 0.20 // m // Calculations A2 = (%pi*(d)^2)/4 // m^2 V2 = ((2*g*h)/(1 - (d/D)^4))^0.5 // m/s Q = A2*V2 // m^3/s // Results printf(" the flow rate is %.2e m^3/s",Q)
445af6c442b7a0777f91ebe8a961f6a3e7b0efd4
449d555969bfd7befe906877abab098c6e63a0e8
/3802/CH7/EX7.5/Ex7_5.sce
02915134645432ba298cb4f8d0b3cb085ee6016b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
1,625
sce
Ex7_5.sce
//Book Name:Fundamentals of Electrical Engineering //Author:Rajendra Prasad //Publisher: PHI Learning Private Limited //Edition:Third ,2014 //Ex7_5.sce. clc; clear; P=500e3; //KVA rating of the transformer Vp=6600; //primary voltage in V Vs=440; //secondary voltage in V rp=0.45; //primary winding resistance in ohms rs=0.0015; //secondary winding resistance in ohms iron_loss=2.9e3; pf=0.8; //power factor lagging //case1 printf("\n (a)") Ip=P/Vp; //primary current in A Is=P/Vs; //secondary current in A Ip_square_rp=Ip^(2)*rp; //primary copper loss Is_square_rs=Is^(2)*rs; //secondary copper loss FL_copper_loss=Ip_square_rp+Is_square_rs; //FL means "full load" FL_total_loss=iron_loss+FL_copper_loss; FL_output_power=P*pf; FL_input_power=FL_output_power+FL_total_loss; FL_efficiency=(FL_output_power/FL_input_power)*100; printf("\n Full load efficiency=%2.2f percentage \n",FL_efficiency) //case2 printf("\n (b)") HL_copper_loss=FL_copper_loss*(0.5^2); //HL means "half load" HL_total_loss=iron_loss+HL_copper_loss; HL_output_power=FL_output_power/2; HL_input_power=HL_output_power+HL_total_loss; HL_efficiency=(HL_output_power/HL_input_power)*100; printf("\n Half load efficiency=%2.4f percentage \n",HL_efficiency)
807a21e6540404825edadc942c89d1aac36604d3
449d555969bfd7befe906877abab098c6e63a0e8
/1319/CH2/EX2.1/2_1.sce
fe0e5d0ddfe8ff6dcb46acb5a79a9e6366b8877f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
735
sce
2_1.sce
// To determine the current using loop analysis clc; clear; // MESH Equations //6*i1-2*i2=30 //-2*i1+6*i2=-40 R=[6 -2;-2 6]; E=[30;-40]; //The Loop Currents I=inv(R)*E; // Matrix Method to solve for two unknowns in two eaquations. i1=I(1); i2=I(2); i3=i1-i2; disp('A',i2,'i2 =','A',i1,'i1 =','The Calculated Loop Currents are') disp('The Negative sign indicates that the assumed direction of flow of current should be reveresed.') if(i1<0); i1=abs(i1); end if(i2<0); i2=abs(i2); end disp('A',i1,'The Current through 4 ohm resistor on the 30V side =') disp('A',i2,'The Current through 4 ohm resistor on the 40V side =') disp('A',i3,'The Current through 2 ohm resistor =')
a3e488b20ef5abe57a8aa0b628d2b99673d98a69
449d555969bfd7befe906877abab098c6e63a0e8
/659/CH4/EX4.1/exm4_1.sce
b6d2d6945c7a3ca23344bed4dc3c716201e1a2bf
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
532
sce
exm4_1.sce
// Exaymple 4.1 // The program shows the use of getchar function in an intractive environment. //In Scilab in place of getchar function scanf function can be used to get //character as there is no getchar function in Scilab. disp("Would you like to know my name?"); disp("Type Y for YES and N for NO:"); answer=scanf("%c"); //Reading character if (answer=='Y')|(answer=='y') then //Test for answer disp("My name is BUSY BEE"); else disp("You are good for nothing") end
c40c471b957c7842dfb286e1162c207d73132629
d1d50d0e28187ba6034dbcc740aaa20488408d12
/Tests/gridsim_multi_test.tst
141097883bce8e6bcf371328d6f3e73d96de00ad
[]
no_license
sunspec/svp_energy_lab
54cb4357202d3d1110a2d565067e7080312f5dc3
4937ce7509a0d027e54f44edd4e4568242e17419
refs/heads/master
2023-04-29T09:34:53.506932
2021-01-23T00:14:57
2021-01-23T00:14:57
85,247,070
10
18
null
2022-01-18T01:03:33
2017-03-16T22:27:53
Python
UTF-8
Scilab
false
false
1,393
tst
gridsim_multi_test.tst
<scriptConfig name="gridsim_multi_test" script="gridsim_multi"> <params> <param name="gridsim_1.ametek.phases" type="int">1</param> <param name="gridsim_2.ametek.phases" type="int">1</param> <param name="gridsim_1.ametek.freq" type="float">60.0</param> <param name="gridsim_2.ametek.freq" type="float">60.0</param> <param name="gridsim_1.ametek.i_max" type="float">100.0</param> <param name="gridsim_2.ametek.i_max" type="float">100.0</param> <param name="gridsim_2.ametek.v_nom" type="float">277.2</param> <param name="gridsim_1.ametek.v_nom" type="float">277.2</param> <param name="gridsim_2.ametek.v_max" type="float">300.0</param> <param name="gridsim_1.ametek.v_max" type="float">300.0</param> <param name="gridsim_2.mode" type="string">Ametek</param> <param name="gridsim_1.mode" type="string">Ametek</param> <param name="gridsim_2.auto_config" type="string">Disabled</param> <param name="gridsim_1.auto_config" type="string">Disabled</param> <param name="profile.profile_name" type="string">FW Profile</param> <param name="gridsim_2.ametek.comm" type="string">Serial</param> <param name="gridsim_1.ametek.comm" type="string">Serial</param> <param name="gridsim_2.ametek.serial_port" type="string">com1</param> <param name="gridsim_1.ametek.serial_port" type="string">com1</param> </params> </scriptConfig>
54c70c381773e66b09fb1533638ba7c975a4e049
e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4
/New LSTMAttn Model/.data/lemma-split/GOLD-TEST/lld.tst
aaa5588d4550c9e1af40aa6045e14f29f174ac1b
[]
no_license
davidgu13/Lemma-vs-Form-Splits
c154f1c0c7b84ba5b325b17507012d41b9ad5cfe
3cce087f756420523f5a14234d02482452a7bfa5
refs/heads/master
2023-08-01T16:15:52.417307
2021-09-14T20:19:28
2021-09-14T20:19:28
395,023,433
3
0
null
null
null
null
UTF-8
Scilab
false
false
56,227
tst
lld.tst
dé dessa V;IPFV;SBJV;SG;3;PST dé doves V;IPFV;IND;SG;2;PST dé daré V;IND;SG;1;FUT dé dessan V;IPFV;SBJV;PL;1;PST dé dessais V;IPFV;SBJV;PL;2;PST dé dovais V;IPFV;IND;PL;2;PST dé dae V;SBJV;SG;3;PRS dé dae V;SBJV;PL;3;PRS dé dà V;NFIN;SG;2 dé daron V;IND;PL;1;FUT dé desses V;IPFV;SBJV;SG;2;PST dé dae V;SBJV;SG;1;PRS dé das V;IND;SG;2;PRS dé dovan V;IPFV;IND;PL;1;PST dé dessa V;IPFV;SBJV;PL;3;PST dé dà V;IND;SG;3;PRS dé dà V;IND;PL;3;PRS dé dareis V;IND;PL;2;FUT dé deis V;SBJV;PL;2;PRS dé don V;SBJV;PL;1;PRS dé desse V;IPFV;SBJV;SG;1;PST dé dede V;NFIN;PL;2 dé dèr V;NFIN;LGSPEC2 dé darà V;IND;PL;3;FUT dé deis V;IND;PL;2;PRS dé dova V;IPFV;IND;PL;3;PST dé dove V;IPFV;IND;SG;1;PST dé darà V;IND;SG;3;FUT dé dé V;IND;SG;1;PRS dé dova V;IPFV;IND;SG;3;PST dé daras V;IND;SG;2;FUT dé daes V;SBJV;SG;2;PRS dé don V;IND;PL;1;PRS dé dé V;NFIN;LGSPEC1 fisser fissassan V;IPFV;SBJV;PL;1;PST fisser fisseies V;SBJV;SG;2;PRS;LGSPEC2 fisser fissovan V;IPFV;IND;PL;1;PST fisser fissaré V;IND;SG;1;FUT fisser fissea V;IND;SG;3;PRS;LGSPEC3 fisser fissove V;IPFV;IND;SG;1;PST fisser fisson V;SBJV;PL;1;PRS fisser fisseie V;SBJV;SG;1;PRS;LGSPEC2 fisser fisseie V;SBJV;SG;3;PRS;LGSPEC2 fisser fisseia V;IND;PL;3;PRS;LGSPEC2 fisser fissasse V;IPFV;SBJV;SG;1;PST fisser fisseies V;IND;SG;2;PRS;LGSPEC2 fisser fissassais V;IPFV;SBJV;PL;2;PST fisser fissa V;IND;PL;3;PRS;LGSPEC1 fisser fisse V;SBJV;PL;3;PRS fisser fissassa V;IPFV;SBJV;PL;3;PST fisser fisse V;IND;SG;1;PRS;LGSPEC1 fisser fisseia V;NFIN;SG;2;LGSPEC2 fisser fissovais V;IPFV;IND;PL;2;PST fisser fissova V;IPFV;IND;SG;3;PST fisser fisser V;NFIN;LGSPEC1 fisser fissede V;NFIN;PL;2 fisser fisses V;SBJV;SG;2;PRS;LGSPEC1 fisser fissareis V;IND;PL;2;FUT fisser fissaron V;IND;PL;1;FUT fisser fissasses V;IPFV;SBJV;SG;2;PST fisser fisse V;SBJV;SG;3;PRS;LGSPEC1 fisser fissassa V;IPFV;SBJV;SG;3;PST fisser fissova V;IPFV;IND;PL;3;PST fisser fisse V;SBJV;SG;1;PRS;LGSPEC1 fisser fisseis V;IND;PL;2;PRS fisser fissa V;IND;SG;3;PRS;LGSPEC1 fisser fisseis V;SBJV;PL;2;PRS fisser fissa V;NFIN;SG;2;LGSPEC1 fisser fissarà V;IND;PL;3;FUT fisser fisses V;IND;SG;2;PRS;LGSPEC1 fisser fissé V;NFIN;LGSPEC2 fisser fissoves V;IPFV;IND;SG;2;PST fisser fisson V;IND;PL;1;PRS fisser fisseia V;IND;SG;3;PRS;LGSPEC2 fisser fissarà V;IND;SG;3;FUT fisser fissaras V;IND;SG;2;FUT fisser fisseie V;IND;SG;1;PRS;LGSPEC2 dormir dormes V;IND;SG;2;PRS;LGSPEC1 dormir dorme V;SBJV;SG;3;PRS;LGSPEC1 dormir dormì V;NFIN;LGSPEC2 dormir dormives V;IPFV;IND;SG;2;PST dormir dorm V;IND;PL;3;PRS;LGSPEC1 dormir dormive V;IPFV;IND;SG;1;PST dormir dormesc V;IND;SG;3;PRS;LGSPEC2 dormir dorme V;IND;SG;1;PRS;LGSPEC1 dormir dormesc V;IND;PL;3;PRS;LGSPEC2 dormir dormieis V;IND;PL;2;PRS dormir dormisse V;IPFV;SBJV;SG;1;PST dormir dormiva V;IPFV;IND;SG;3;PST dormir dormisses V;IPFV;SBJV;SG;2;PST dormir dormiron V;IND;PL;1;FUT dormir dormivais V;IPFV;IND;PL;2;PST dormir dormissan V;IPFV;SBJV;PL;1;PST dormir dormesce V;IND;SG;1;PRS;LGSPEC2 dormir dorm V;IND;SG;3;PRS;LGSPEC1 dormir dormireis V;IND;PL;2;FUT dormir dormirà V;IND;PL;3;FUT dormir dormiras V;IND;SG;2;FUT dormir dormirà V;IND;SG;3;FUT dormir dorme V;SBJV;SG;1;PRS;LGSPEC1 dormir dormes V;SBJV;SG;2;PRS;LGSPEC1 dormir dormesces V;SBJV;SG;2;PRS;LGSPEC2 dormir dormesce V;SBJV;SG;3;PRS;LGSPEC2 dormir dorme V;SBJV;PL;3;PRS;LGSPEC1 dormir dormiva V;IPFV;IND;PL;3;PST dormir dormissa V;IPFV;SBJV;SG;3;PST dormir dormissa V;IPFV;SBJV;PL;3;PST dormir dormion V;SBJV;PL;1;PRS dormir dormide V;NFIN;PL;2 dormir dormesce V;SBJV;PL;3;PRS;LGSPEC2 dormir dorm V;NFIN;SG;2;LGSPEC1 dormir dormiré V;IND;SG;1;FUT dormir dormion V;IND;PL;1;PRS dormir dormesces V;IND;SG;2;PRS;LGSPEC2 dormir dormieis V;SBJV;PL;2;PRS dormir dormesce V;SBJV;SG;1;PRS;LGSPEC2 dormir dormivan V;IPFV;IND;PL;1;PST dormir dormir V;NFIN;LGSPEC1 dormir dormesc V;NFIN;SG;2;LGSPEC2 dormir dormissais V;IPFV;SBJV;PL;2;PST sporjer sporjessa V;IPFV;SBJV;SG;3;PST sporjer sporjesses V;IPFV;SBJV;SG;2;PST sporjer sporj V;IND;PL;3;PRS sporjer sporjaron V;IND;PL;1;FUT sporjer sporjareis V;IND;PL;2;FUT sporjer sporje V;NFIN;LGSPEC2 sporjer sporje V;SBJV;SG;1;PRS sporjer sporjer V;NFIN;LGSPEC1 sporjer sporjova V;IPFV;IND;SG;3;PST sporjer sporjoves V;IPFV;IND;SG;2;PST sporjer sporjede V;NFIN;PL;2 sporjer sporjova V;IPFV;IND;PL;3;PST sporjer sporje V;SBJV;SG;3;PRS sporjer sporj V;NFIN;SG;2 sporjer sporjon V;IND;PL;1;PRS sporjer sporjessan V;IPFV;SBJV;PL;1;PST sporjer sporjove V;IPFV;IND;SG;1;PST sporjer sporje V;SBJV;PL;3;PRS sporjer sporjarà V;IND;SG;3;FUT sporjer sporjon V;SBJV;PL;1;PRS sporjer sporjarà V;IND;PL;3;FUT sporjer sporjes V;IND;SG;2;PRS sporjer sporj V;IND;SG;3;PRS sporjer sporjaras V;IND;SG;2;FUT sporjer sporjovais V;IPFV;IND;PL;2;PST sporjer sporjeis V;SBJV;PL;2;PRS sporjer sporjessais V;IPFV;SBJV;PL;2;PST sporjer sporjaré V;IND;SG;1;FUT sporjer sporjesse V;IPFV;SBJV;SG;1;PST sporjer sporjovan V;IPFV;IND;PL;1;PST sporjer sporje V;IND;SG;1;PRS sporjer sporjes V;SBJV;SG;2;PRS sporjer sporjessa V;IPFV;SBJV;PL;3;PST sporjer sporjeis V;IND;PL;2;PRS reguler reguleie V;SBJV;SG;3;PRS;LGSPEC2 reguler reguleies V;SBJV;SG;2;PRS;LGSPEC2 reguler regulassa V;IPFV;SBJV;SG;3;PST reguler regularé V;IND;SG;1;FUT reguler regulovan V;IPFV;IND;PL;1;PST reguler regulareis V;IND;PL;2;FUT reguler regule V;SBJV;PL;3;PRS reguler regula V;IND;SG;3;PRS;LGSPEC1 reguler regules V;IND;SG;2;PRS;LGSPEC1 reguler regulassan V;IPFV;SBJV;PL;1;PST reguler regulove V;IPFV;IND;SG;1;PST reguler regulasses V;IPFV;SBJV;SG;2;PST reguler regule V;SBJV;SG;1;PRS;LGSPEC1 reguler reguler V;NFIN;LGSPEC1 reguler regularon V;IND;PL;1;FUT reguler regularas V;IND;SG;2;FUT reguler reguleia V;IND;SG;3;PRS;LGSPEC2 reguler reguleia V;IND;PL;3;PRS;LGSPEC2 reguler reguleie V;SBJV;SG;1;PRS;LGSPEC2 reguler regulasse V;IPFV;SBJV;SG;1;PST reguler regularà V;IND;PL;3;FUT reguler regulassa V;IPFV;SBJV;PL;3;PST reguler regula V;NFIN;SG;2;LGSPEC1 reguler regulé V;NFIN;LGSPEC2 reguler reguleie V;IND;SG;1;PRS;LGSPEC2 reguler reguleis V;SBJV;PL;2;PRS reguler reguloves V;IPFV;IND;SG;2;PST reguler regule V;IND;SG;1;PRS;LGSPEC1 reguler reguleia V;NFIN;SG;2;LGSPEC2 reguler regulea V;IND;SG;3;PRS;LGSPEC3 reguler regulassais V;IPFV;SBJV;PL;2;PST reguler regularà V;IND;SG;3;FUT reguler regule V;SBJV;SG;3;PRS;LGSPEC1 reguler regulon V;IND;PL;1;PRS reguler regulon V;SBJV;PL;1;PRS reguler regulova V;IPFV;IND;SG;3;PST reguler regulova V;IPFV;IND;PL;3;PST reguler reguleis V;IND;PL;2;PRS reguler reguleies V;IND;SG;2;PRS;LGSPEC2 reguler regulede V;NFIN;PL;2 reguler regula V;IND;PL;3;PRS;LGSPEC1 reguler regules V;SBJV;SG;2;PRS;LGSPEC1 reguler regulovais V;IPFV;IND;PL;2;PST atribuir atribuieis V;IND;PL;2;PRS atribuir atribuirà V;IND;PL;3;FUT atribuir atribuiras V;IND;SG;2;FUT atribuir atribuisse V;IPFV;SBJV;SG;1;PST atribuir atribuide V;NFIN;PL;2 atribuir atribu V;NFIN;SG;2;LGSPEC1 atribuir atribuissais V;IPFV;SBJV;PL;2;PST atribuir atribues V;IND;SG;2;PRS;LGSPEC1 atribuir atribuive V;IPFV;IND;SG;1;PST atribuir atribuissan V;IPFV;SBJV;PL;1;PST atribuir atribuisses V;IPFV;SBJV;SG;2;PST atribuir atribuiva V;IPFV;IND;PL;3;PST atribuir atribuireis V;IND;PL;2;FUT atribuir atribuesce V;SBJV;SG;3;PRS;LGSPEC2 atribuir atribuion V;IND;PL;1;PRS atribuir atribuiron V;IND;PL;1;FUT atribuir atribuissa V;IPFV;SBJV;PL;3;PST atribuir atribuissa V;IPFV;SBJV;SG;3;PST atribuir atribu V;IND;SG;3;PRS;LGSPEC1 atribuir atribuiva V;IPFV;IND;SG;3;PST atribuir atribue V;IND;SG;1;PRS;LGSPEC1 atribuir atribuesces V;IND;SG;2;PRS;LGSPEC2 atribuir atribuesc V;IND;SG;3;PRS;LGSPEC2 atribuir atribuì V;NFIN;LGSPEC2 atribuir atribuesc V;IND;PL;3;PRS;LGSPEC2 atribuir atribuesce V;IND;SG;1;PRS;LGSPEC2 atribuir atribuir V;NFIN;LGSPEC1 atribuir atribue V;SBJV;SG;3;PRS;LGSPEC1 atribuir atribuesces V;SBJV;SG;2;PRS;LGSPEC2 atribuir atribuesce V;SBJV;SG;1;PRS;LGSPEC2 atribuir atribue V;SBJV;SG;1;PRS;LGSPEC1 atribuir atribues V;SBJV;SG;2;PRS;LGSPEC1 atribuir atribuesce V;SBJV;PL;3;PRS;LGSPEC2 atribuir atribuesc V;NFIN;SG;2;LGSPEC2 atribuir atribuives V;IPFV;IND;SG;2;PST atribuir atribuiré V;IND;SG;1;FUT atribuir atribue V;SBJV;PL;3;PRS;LGSPEC1 atribuir atribu V;IND;PL;3;PRS;LGSPEC1 atribuir atribuivais V;IPFV;IND;PL;2;PST atribuir atribuivan V;IPFV;IND;PL;1;PST atribuir atribuion V;SBJV;PL;1;PRS atribuir atribuieis V;SBJV;PL;2;PRS atribuir atribuirà V;IND;SG;3;FUT urganiser urganiseies V;IND;SG;2;PRS;LGSPEC2 urganiser urganisovan V;IPFV;IND;PL;1;PST urganiser urganiseia V;NFIN;SG;2;LGSPEC2 urganiser urganisede V;NFIN;PL;2 urganiser urganiseia V;IND;PL;3;PRS;LGSPEC2 urganiser urganisareis V;IND;PL;2;FUT urganiser urganiseies V;SBJV;SG;2;PRS;LGSPEC2 urganiser urganiseia V;IND;SG;3;PRS;LGSPEC2 urganiser urganisova V;IPFV;IND;SG;3;PST urganiser urganiseis V;IND;PL;2;PRS urganiser urganisassa V;IPFV;SBJV;PL;3;PST urganiser urganisoves V;IPFV;IND;SG;2;PST urganiser urganises V;IND;SG;2;PRS;LGSPEC1 urganiser urganiseie V;SBJV;SG;1;PRS;LGSPEC2 urganiser urganisa V;IND;SG;3;PRS;LGSPEC1 urganiser urganisovais V;IPFV;IND;PL;2;PST urganiser urganise V;SBJV;PL;3;PRS urganiser urganisa V;NFIN;SG;2;LGSPEC1 urganiser urganiseie V;SBJV;SG;3;PRS;LGSPEC2 urganiser urganise V;SBJV;SG;1;PRS;LGSPEC1 urganiser urganisasse V;IPFV;SBJV;SG;1;PST urganiser urganiser V;NFIN;LGSPEC1 urganiser urganison V;SBJV;PL;1;PRS urganiser urganisaré V;IND;SG;1;FUT urganiser urganisasses V;IPFV;SBJV;SG;2;PST urganiser urganisova V;IPFV;IND;PL;3;PST urganiser urganisarà V;IND;PL;3;FUT urganiser urganises V;SBJV;SG;2;PRS;LGSPEC1 urganiser urganisove V;IPFV;IND;SG;1;PST urganiser urganiseis V;SBJV;PL;2;PRS urganiser urganisassan V;IPFV;SBJV;PL;1;PST urganiser urganise V;IND;SG;1;PRS;LGSPEC1 urganiser urganisea V;IND;SG;3;PRS;LGSPEC3 urganiser urganisarà V;IND;SG;3;FUT urganiser urganisa V;IND;PL;3;PRS;LGSPEC1 urganiser urganiseie V;IND;SG;1;PRS;LGSPEC2 urganiser urganisassa V;IPFV;SBJV;SG;3;PST urganiser urganise V;SBJV;SG;3;PRS;LGSPEC1 urganiser urganisé V;NFIN;LGSPEC2 urganiser urganisaras V;IND;SG;2;FUT urganiser urganison V;IND;PL;1;PRS urganiser urganisassais V;IPFV;SBJV;PL;2;PST urganiser urganisaron V;IND;PL;1;FUT afermer aferma V;IND;SG;3;PRS;LGSPEC1 afermer afermaras V;IND;SG;2;FUT afermer afermeie V;IND;SG;1;PRS;LGSPEC2 afermer afermassan V;IPFV;SBJV;PL;1;PST afermer afermeia V;IND;SG;3;PRS;LGSPEC2 afermer afermassais V;IPFV;SBJV;PL;2;PST afermer afermon V;SBJV;PL;1;PRS afermer afermovais V;IPFV;IND;PL;2;PST afermer afermaron V;IND;PL;1;FUT afermer afermer V;NFIN;LGSPEC1 afermer afermede V;NFIN;PL;2 afermer afermeie V;SBJV;SG;3;PRS;LGSPEC2 afermer afermoves V;IPFV;IND;SG;2;PST afermer afermeia V;IND;PL;3;PRS;LGSPEC2 afermer afermovan V;IPFV;IND;PL;1;PST afermer afermasses V;IPFV;SBJV;SG;2;PST afermer afermeia V;NFIN;SG;2;LGSPEC2 afermer afermé V;NFIN;LGSPEC2 afermer afermaré V;IND;SG;1;FUT afermer afermareis V;IND;PL;2;FUT afermer afermes V;IND;SG;2;PRS;LGSPEC1 afermer aferme V;SBJV;SG;1;PRS;LGSPEC1 afermer afermeie V;SBJV;SG;1;PRS;LGSPEC2 afermer aferme V;SBJV;SG;3;PRS;LGSPEC1 afermer aferme V;SBJV;PL;3;PRS afermer aferma V;IND;PL;3;PRS;LGSPEC1 afermer afermeis V;SBJV;PL;2;PRS afermer afermon V;IND;PL;1;PRS afermer afermova V;IPFV;IND;SG;3;PST afermer afermarà V;IND;SG;3;FUT afermer afermova V;IPFV;IND;PL;3;PST afermer afermes V;SBJV;SG;2;PRS;LGSPEC1 afermer afermarà V;IND;PL;3;FUT afermer afermasse V;IPFV;SBJV;SG;1;PST afermer afermea V;IND;SG;3;PRS;LGSPEC3 afermer aferme V;IND;SG;1;PRS;LGSPEC1 afermer afermove V;IPFV;IND;SG;1;PST afermer afermeies V;SBJV;SG;2;PRS;LGSPEC2 afermer aferma V;NFIN;SG;2;LGSPEC1 afermer afermassa V;IPFV;SBJV;SG;3;PST afermer afermeies V;IND;SG;2;PRS;LGSPEC2 afermer afermeis V;IND;PL;2;PRS afermer afermassa V;IPFV;SBJV;PL;3;PST reverir rever V;IND;SG;3;PRS;LGSPEC1 reverir reverivan V;IPFV;IND;PL;1;PST reverir reveresc V;IND;SG;3;PRS;LGSPEC2 reverir reverirà V;IND;SG;3;FUT reverir reveresc V;NFIN;SG;2;LGSPEC2 reverir revere V;SBJV;PL;3;PRS;LGSPEC1 reverir reverissan V;IPFV;SBJV;PL;1;PST reverir reveriras V;IND;SG;2;FUT reverir reveresc V;IND;PL;3;PRS;LGSPEC2 reverir reverisses V;IPFV;SBJV;SG;2;PST reverir reveride V;NFIN;PL;2 reverir reveriva V;IPFV;IND;PL;3;PST reverir reveriré V;IND;SG;1;FUT reverir reverieis V;IND;PL;2;PRS reverir reveresce V;SBJV;SG;3;PRS;LGSPEC2 reverir reverisse V;IPFV;SBJV;SG;1;PST reverir reveres V;IND;SG;2;PRS;LGSPEC1 reverir reverion V;SBJV;PL;1;PRS reverir rever V;NFIN;SG;2;LGSPEC1 reverir reveresces V;SBJV;SG;2;PRS;LGSPEC2 reverir revere V;SBJV;SG;1;PRS;LGSPEC1 reverir reverieis V;SBJV;PL;2;PRS reverir reverivais V;IPFV;IND;PL;2;PST reverir reverir V;NFIN;LGSPEC1 reverir reverirà V;IND;PL;3;FUT reverir reverireis V;IND;PL;2;FUT reverir reveriron V;IND;PL;1;FUT reverir reverì V;NFIN;LGSPEC2 reverir reveriva V;IPFV;IND;SG;3;PST reverir reverissa V;IPFV;SBJV;PL;3;PST reverir reveres V;SBJV;SG;2;PRS;LGSPEC1 reverir reverive V;IPFV;IND;SG;1;PST reverir reveresce V;SBJV;PL;3;PRS;LGSPEC2 reverir reveresce V;SBJV;SG;1;PRS;LGSPEC2 reverir revere V;SBJV;SG;3;PRS;LGSPEC1 reverir reverives V;IPFV;IND;SG;2;PST reverir revere V;IND;SG;1;PRS;LGSPEC1 reverir reverissa V;IPFV;SBJV;SG;3;PST reverir reverion V;IND;PL;1;PRS reverir rever V;IND;PL;3;PRS;LGSPEC1 reverir reveresces V;IND;SG;2;PRS;LGSPEC2 reverir reverissais V;IPFV;SBJV;PL;2;PST reverir reveresce V;IND;SG;1;PRS;LGSPEC2 delibrer delibres V;IND;SG;2;PRS;LGSPEC1 delibrer delibrede V;NFIN;PL;2 delibrer delibrovais V;IPFV;IND;PL;2;PST delibrer delibra V;NFIN;SG;2;LGSPEC1 delibrer delibreia V;IND;SG;3;PRS;LGSPEC2 delibrer delibre V;SBJV;PL;3;PRS delibrer delibrovan V;IPFV;IND;PL;1;PST delibrer delibraré V;IND;SG;1;FUT delibrer delibreies V;SBJV;SG;2;PRS;LGSPEC2 delibrer delibrer V;NFIN;LGSPEC1 delibrer delibraron V;IND;PL;1;FUT delibrer delibrova V;IPFV;IND;PL;3;PST delibrer delibrassa V;IPFV;SBJV;PL;3;PST delibrer delibrova V;IPFV;IND;SG;3;PST delibrer delibrove V;IPFV;IND;SG;1;PST delibrer delibrareis V;IND;PL;2;FUT delibrer delibre V;SBJV;SG;3;PRS;LGSPEC1 delibrer delibreis V;SBJV;PL;2;PRS delibrer delibreies V;IND;SG;2;PRS;LGSPEC2 delibrer delibra V;IND;PL;3;PRS;LGSPEC1 delibrer delibreie V;SBJV;SG;3;PRS;LGSPEC2 delibrer delibrarà V;IND;PL;3;FUT delibrer delibres V;SBJV;SG;2;PRS;LGSPEC1 delibrer delibreia V;IND;PL;3;PRS;LGSPEC2 delibrer delibrassan V;IPFV;SBJV;PL;1;PST delibrer delibrasses V;IPFV;SBJV;SG;2;PST delibrer delibra V;IND;SG;3;PRS;LGSPEC1 delibrer delibreia V;NFIN;SG;2;LGSPEC2 delibrer delibreie V;IND;SG;1;PRS;LGSPEC2 delibrer delibré V;NFIN;LGSPEC2 delibrer delibrasse V;IPFV;SBJV;SG;1;PST delibrer delibreis V;IND;PL;2;PRS delibrer delibron V;SBJV;PL;1;PRS delibrer delibreie V;SBJV;SG;1;PRS;LGSPEC2 delibrer delibron V;IND;PL;1;PRS delibrer delibre V;SBJV;SG;1;PRS;LGSPEC1 delibrer delibroves V;IPFV;IND;SG;2;PST delibrer delibrea V;IND;SG;3;PRS;LGSPEC3 delibrer delibrassa V;IPFV;SBJV;SG;3;PST delibrer delibraras V;IND;SG;2;FUT delibrer delibrarà V;IND;SG;3;FUT delibrer delibrassais V;IPFV;SBJV;PL;2;PST delibrer delibre V;IND;SG;1;PRS;LGSPEC1 dovei desson V;IND;PL;1;PRS dovei dessais V;IPFV;SBJV;PL;2;PST;LGSPEC1 dovei desses V;IND;SG;2;PRS dovei dessaré V;IND;SG;1;FUT dovei dess V;IND;SG;3;PRS dovei dessa V;IPFV;SBJV;SG;3;PST;LGSPEC1 dovei dessaras V;IND;SG;2;FUT dovei dessareis V;IND;PL;2;FUT dovei desson V;SBJV;PL;1;PRS dovei dovais V;IPFV;IND;PL;2;PST;LGSPEC1 dovei dover V;NFIN;LGSPEC2 dovei dessova V;IPFV;IND;SG;3;PST;LGSPEC2 dovei dessa V;IPFV;SBJV;PL;3;PST;LGSPEC1 dovei dove V;IPFV;IND;SG;1;PST;LGSPEC1 dovei dessdaron V;IND;PL;1;FUT dovei dovei V;NFIN;LGSPEC1 dovei desse V;SBJV;SG;3;PRS dovei dovesse V;IPFV;SBJV;SG;1;PST;LGSPEC2 dovei dovessais V;IPFV;SBJV;PL;2;PST;LGSPEC2 dovei dessova V;IPFV;IND;PL;3;PST;LGSPEC2 dovei doves V;IPFV;IND;SG;2;PST;LGSPEC1 dovei dessoves V;IPFV;IND;SG;2;PST;LGSPEC2 dovei desseis V;SBJV;PL;2;PRS dovei dessovais V;IPFV;IND;PL;2;PST;LGSPEC2 dovei dovessa V;IPFV;SBJV;SG;3;PST;LGSPEC2 dovei desse V;IPFV;SBJV;SG;1;PST;LGSPEC1 dovei desse V;IND;SG;1;PRS dovei dessan V;IPFV;SBJV;PL;1;PST;LGSPEC1 dovei dessarà V;IND;PL;3;FUT dovei dovessan V;IPFV;SBJV;PL;1;PST;LGSPEC2 dovei dess V;IND;PL;3;PRS dovei dessovan V;IPFV;IND;PL;1;PST;LGSPEC2 dovei dova V;IPFV;IND;SG;3;PST;LGSPEC1 dovei desse V;SBJV;PL;3;PRS dovei desses V;SBJV;SG;2;PRS dovei dova V;IPFV;IND;PL;3;PST;LGSPEC1 dovei dovessa V;IPFV;SBJV;PL;3;PST;LGSPEC2 dovei desse V;SBJV;SG;1;PRS dovei dessarà V;IND;SG;3;FUT dovei dovan V;IPFV;IND;PL;1;PST;LGSPEC1 dovei desses V;IPFV;SBJV;SG;2;PST;LGSPEC1 dovei dessove V;IPFV;IND;SG;1;PST;LGSPEC2 dovei dovesses V;IPFV;SBJV;SG;2;PST;LGSPEC2 dovei desseis V;IND;PL;2;PRS ressolver ressolveie V;SBJV;SG;3;PRS;LGSPEC2 ressolver ressolvoves V;IPFV;IND;SG;2;PST ressolver ressolvasses V;IPFV;SBJV;SG;2;PST ressolver ressolvaré V;IND;SG;1;FUT ressolver ressolvon V;IND;PL;1;PRS ressolver ressolveie V;SBJV;SG;1;PRS;LGSPEC2 ressolver ressolvarà V;IND;SG;3;FUT ressolver ressolvon V;SBJV;PL;1;PRS ressolver ressolveia V;IND;SG;3;PRS;LGSPEC2 ressolver ressolveia V;IND;PL;3;PRS;LGSPEC2 ressolver ressolvassa V;IPFV;SBJV;PL;3;PST ressolver ressolveies V;IND;SG;2;PRS;LGSPEC2 ressolver ressolvassais V;IPFV;SBJV;PL;2;PST ressolver ressolves V;IND;SG;2;PRS;LGSPEC1 ressolver ressolvé V;NFIN;LGSPEC2 ressolver ressolveies V;SBJV;SG;2;PRS;LGSPEC2 ressolver ressolva V;IND;PL;3;PRS;LGSPEC1 ressolver ressolvarà V;IND;PL;3;FUT ressolver ressolvove V;IPFV;IND;SG;1;PST ressolver ressolvasse V;IPFV;SBJV;SG;1;PST ressolver ressolveie V;IND;SG;1;PRS;LGSPEC2 ressolver ressolveis V;SBJV;PL;2;PRS ressolver ressolvova V;IPFV;IND;SG;3;PST ressolver ressolva V;IND;SG;3;PRS;LGSPEC1 ressolver ressolvede V;NFIN;PL;2 ressolver ressolvaron V;IND;PL;1;FUT ressolver ressolveia V;NFIN;SG;2;LGSPEC2 ressolver ressolve V;SBJV;PL;3;PRS ressolver ressolvaras V;IND;SG;2;FUT ressolver ressolve V;SBJV;SG;1;PRS;LGSPEC1 ressolver ressolva V;NFIN;SG;2;LGSPEC1 ressolver ressolve V;IND;SG;1;PRS;LGSPEC1 ressolver ressolve V;SBJV;SG;3;PRS;LGSPEC1 ressolver ressolvovais V;IPFV;IND;PL;2;PST ressolver ressolvassa V;IPFV;SBJV;SG;3;PST ressolver ressolvova V;IPFV;IND;PL;3;PST ressolver ressolvareis V;IND;PL;2;FUT ressolver ressolvea V;IND;SG;3;PRS;LGSPEC3 ressolver ressolves V;SBJV;SG;2;PRS;LGSPEC1 ressolver ressolvovan V;IPFV;IND;PL;1;PST ressolver ressolver V;NFIN;LGSPEC1 ressolver ressolveis V;IND;PL;2;PRS ressolver ressolvassan V;IPFV;SBJV;PL;1;PST finanzier finanziarà V;IND;PL;3;FUT finanzier finanzié V;NFIN;LGSPEC2 finanzier finanzion V;SBJV;PL;1;PRS finanzier finanzie V;SBJV;PL;3;PRS finanzier finanziea V;IND;SG;3;PRS;LGSPEC3 finanzier finanziassa V;IPFV;SBJV;PL;3;PST finanzier finanziassa V;IPFV;SBJV;SG;3;PST finanzier finanzie V;IND;SG;1;PRS;LGSPEC1 finanzier finanziede V;NFIN;PL;2 finanzier finanzioves V;IPFV;IND;SG;2;PST finanzier finanziassais V;IPFV;SBJV;PL;2;PST finanzier finanziareis V;IND;PL;2;FUT finanzier finanzieia V;NFIN;SG;2;LGSPEC2 finanzier finanziovais V;IPFV;IND;PL;2;PST finanzier finanzieia V;IND;SG;3;PRS;LGSPEC2 finanzier finanzies V;SBJV;SG;2;PRS;LGSPEC1 finanzier finanziarà V;IND;SG;3;FUT finanzier finanziove V;IPFV;IND;SG;1;PST finanzier finanzion V;IND;PL;1;PRS finanzier finanziaron V;IND;PL;1;FUT finanzier finanzie V;SBJV;SG;3;PRS;LGSPEC1 finanzier finanzieie V;IND;SG;1;PRS;LGSPEC2 finanzier finanziasses V;IPFV;SBJV;SG;2;PST finanzier finanziova V;IPFV;IND;SG;3;PST finanzier finanzieis V;SBJV;PL;2;PRS finanzier finanzieies V;SBJV;SG;2;PRS;LGSPEC2 finanzier finanziassan V;IPFV;SBJV;PL;1;PST finanzier finanzier V;NFIN;LGSPEC1 finanzier finanziova V;IPFV;IND;PL;3;PST finanzier finanzieis V;IND;PL;2;PRS finanzier finanzia V;IND;SG;3;PRS;LGSPEC1 finanzier finanzie V;SBJV;SG;1;PRS;LGSPEC1 finanzier finanzieies V;IND;SG;2;PRS;LGSPEC2 finanzier finanzieia V;IND;PL;3;PRS;LGSPEC2 finanzier finanziovan V;IPFV;IND;PL;1;PST finanzier finanzieie V;SBJV;SG;3;PRS;LGSPEC2 finanzier finanziaras V;IND;SG;2;FUT finanzier finanzieie V;SBJV;SG;1;PRS;LGSPEC2 finanzier finanzia V;NFIN;SG;2;LGSPEC1 finanzier finanzies V;IND;SG;2;PRS;LGSPEC1 finanzier finanziaré V;IND;SG;1;FUT finanzier finanziasse V;IPFV;SBJV;SG;1;PST finanzier finanzia V;IND;PL;3;PRS;LGSPEC1 mirer mirer V;NFIN;LGSPEC1 mirer mireie V;SBJV;SG;3;PRS;LGSPEC2 mirer mirovan V;IPFV;IND;PL;1;PST mirer mireia V;IND;SG;3;PRS;LGSPEC2 mirer mireie V;SBJV;SG;1;PRS;LGSPEC2 mirer mireies V;IND;SG;2;PRS;LGSPEC2 mirer mirassan V;IPFV;SBJV;PL;1;PST mirer mire V;IND;SG;1;PRS;LGSPEC1 mirer mire V;SBJV;PL;3;PRS mirer mirasse V;IPFV;SBJV;SG;1;PST mirer mires V;SBJV;SG;2;PRS;LGSPEC1 mirer mirea V;IND;SG;3;PRS;LGSPEC3 mirer miraron V;IND;PL;1;FUT mirer mireie V;IND;SG;1;PRS;LGSPEC2 mirer mira V;NFIN;SG;2;LGSPEC1 mirer mirova V;IPFV;IND;SG;3;PST mirer mirassa V;IPFV;SBJV;PL;3;PST mirer mirove V;IPFV;IND;SG;1;PST mirer mira V;IND;PL;3;PRS;LGSPEC1 mirer mire V;SBJV;SG;3;PRS;LGSPEC1 mirer mira V;IND;SG;3;PRS;LGSPEC1 mirer mireis V;SBJV;PL;2;PRS mirer mirassais V;IPFV;SBJV;PL;2;PST mirer mirarà V;IND;SG;3;FUT mirer miraras V;IND;SG;2;FUT mirer mirareis V;IND;PL;2;FUT mirer miron V;IND;PL;1;PRS mirer mireis V;IND;PL;2;PRS mirer mire V;SBJV;SG;1;PRS;LGSPEC1 mirer mirarà V;IND;PL;3;FUT mirer mirovais V;IPFV;IND;PL;2;PST mirer mireia V;NFIN;SG;2;LGSPEC2 mirer mireies V;SBJV;SG;2;PRS;LGSPEC2 mirer miroves V;IPFV;IND;SG;2;PST mirer mirassa V;IPFV;SBJV;SG;3;PST mirer miraré V;IND;SG;1;FUT mirer mirasses V;IPFV;SBJV;SG;2;PST mirer mires V;IND;SG;2;PRS;LGSPEC1 mirer mireia V;IND;PL;3;PRS;LGSPEC2 mirer mirede V;NFIN;PL;2 mirer miré V;NFIN;LGSPEC2 mirer miron V;SBJV;PL;1;PRS mirer mirova V;IPFV;IND;PL;3;PST remplazer remplaza V;IND;SG;3;PRS;LGSPEC1 remplazer remplazove V;IPFV;IND;SG;1;PST remplazer remplazarà V;IND;SG;3;FUT remplazer remplazes V;SBJV;SG;2;PRS;LGSPEC1 remplazer remplazon V;IND;PL;1;PRS remplazer remplazasses V;IPFV;SBJV;SG;2;PST remplazer remplazeia V;NFIN;SG;2;LGSPEC2 remplazer remplazeia V;IND;PL;3;PRS;LGSPEC2 remplazer remplazé V;NFIN;LGSPEC2 remplazer remplazes V;IND;SG;2;PRS;LGSPEC1 remplazer remplaze V;SBJV;SG;3;PRS;LGSPEC1 remplazer remplazoves V;IPFV;IND;SG;2;PST remplazer remplazaras V;IND;SG;2;FUT remplazer remplazova V;IPFV;IND;PL;3;PST remplazer remplazeie V;IND;SG;1;PRS;LGSPEC2 remplazer remplazeie V;SBJV;SG;1;PRS;LGSPEC2 remplazer remplazasse V;IPFV;SBJV;SG;1;PST remplazer remplaze V;IND;SG;1;PRS;LGSPEC1 remplazer remplazeis V;SBJV;PL;2;PRS remplazer remplazassa V;IPFV;SBJV;PL;3;PST remplazer remplazer V;NFIN;LGSPEC1 remplazer remplaza V;NFIN;SG;2;LGSPEC1 remplazer remplazaré V;IND;SG;1;FUT remplazer remplazova V;IPFV;IND;SG;3;PST remplazer remplazeies V;IND;SG;2;PRS;LGSPEC2 remplazer remplazeies V;SBJV;SG;2;PRS;LGSPEC2 remplazer remplaza V;IND;PL;3;PRS;LGSPEC1 remplazer remplazaron V;IND;PL;1;FUT remplazer remplazovais V;IPFV;IND;PL;2;PST remplazer remplazede V;NFIN;PL;2 remplazer remplazovan V;IPFV;IND;PL;1;PST remplazer remplazea V;IND;SG;3;PRS;LGSPEC3 remplazer remplazon V;SBJV;PL;1;PRS remplazer remplaze V;SBJV;PL;3;PRS remplazer remplazassan V;IPFV;SBJV;PL;1;PST remplazer remplazeis V;IND;PL;2;PRS remplazer remplazassa V;IPFV;SBJV;SG;3;PST remplazer remplaze V;SBJV;SG;1;PRS;LGSPEC1 remplazer remplazareis V;IND;PL;2;FUT remplazer remplazarà V;IND;PL;3;FUT remplazer remplazeie V;SBJV;SG;3;PRS;LGSPEC2 remplazer remplazassais V;IPFV;SBJV;PL;2;PST remplazer remplazeia V;IND;SG;3;PRS;LGSPEC2 corompe corompovan V;IPFV;IND;PL;1;PST corompe corompe V;SBJV;SG;1;PRS corompe coromparon V;IND;PL;1;FUT corompe coromparà V;IND;SG;3;FUT corompe corompe V;IND;SG;1;PRS corompe coromp V;IND;PL;3;PRS corompe coromparé V;IND;SG;1;FUT corompe corompessa V;IPFV;SBJV;PL;3;PST corompe corompova V;IPFV;IND;SG;3;PST corompe corompesses V;IPFV;SBJV;SG;2;PST corompe corompede V;NFIN;PL;2 corompe corompe V;SBJV;SG;3;PRS corompe coromp V;IND;SG;3;PRS corompe corompova V;IPFV;IND;PL;3;PST corompe coromper V;NFIN;LGSPEC1 corompe corompareis V;IND;PL;2;FUT corompe corompe V;SBJV;PL;3;PRS corompe coromp V;NFIN;SG;2 corompe corompesse V;IPFV;SBJV;SG;1;PST corompe corompon V;IND;PL;1;PRS corompe corompes V;SBJV;SG;2;PRS corompe corompove V;IPFV;IND;SG;1;PST corompe corompon V;SBJV;PL;1;PRS corompe corompes V;IND;SG;2;PRS corompe coromparà V;IND;PL;3;FUT corompe corompeis V;IND;PL;2;PRS corompe corompessan V;IPFV;SBJV;PL;1;PST corompe corompeis V;SBJV;PL;2;PRS corompe corompovais V;IPFV;IND;PL;2;PST corompe corompoves V;IPFV;IND;SG;2;PST corompe coromparas V;IND;SG;2;FUT corompe corompe V;NFIN;LGSPEC2 corompe corompessais V;IPFV;SBJV;PL;2;PST corompe corompessa V;IPFV;SBJV;SG;3;PST seurander seurandeis V;IND;PL;2;PRS seurander seurandova V;IPFV;IND;PL;3;PST seurander seuranda V;IND;SG;3;PRS;LGSPEC1 seurander seurande V;SBJV;SG;3;PRS;LGSPEC1 seurander seurandova V;IPFV;IND;SG;3;PST seurander seurandasse V;IPFV;SBJV;SG;1;PST seurander seurandé V;NFIN;LGSPEC2 seurander seurandasses V;IPFV;SBJV;SG;2;PST seurander seurandea V;IND;SG;3;PRS;LGSPEC3 seurander seurandeies V;SBJV;SG;2;PRS;LGSPEC2 seurander seurandeia V;IND;SG;3;PRS;LGSPEC2 seurander seurandarà V;IND;SG;3;FUT seurander seurandeia V;NFIN;SG;2;LGSPEC2 seurander seurandeie V;SBJV;SG;1;PRS;LGSPEC2 seurander seurandassais V;IPFV;SBJV;PL;2;PST seurander seurandovais V;IPFV;IND;PL;2;PST seurander seurandes V;IND;SG;2;PRS;LGSPEC1 seurander seurande V;SBJV;PL;3;PRS seurander seurander V;NFIN;LGSPEC1 seurander seurandove V;IPFV;IND;SG;1;PST seurander seurandeie V;IND;SG;1;PRS;LGSPEC2 seurander seurandarà V;IND;PL;3;FUT seurander seurandeies V;IND;SG;2;PRS;LGSPEC2 seurander seurandes V;SBJV;SG;2;PRS;LGSPEC1 seurander seuranda V;NFIN;SG;2;LGSPEC1 seurander seurandede V;NFIN;PL;2 seurander seurandaré V;IND;SG;1;FUT seurander seurandassa V;IPFV;SBJV;SG;3;PST seurander seurandoves V;IPFV;IND;SG;2;PST seurander seurandon V;IND;PL;1;PRS seurander seurandassan V;IPFV;SBJV;PL;1;PST seurander seurande V;IND;SG;1;PRS;LGSPEC1 seurander seurandovan V;IPFV;IND;PL;1;PST seurander seurandaras V;IND;SG;2;FUT seurander seurandeia V;IND;PL;3;PRS;LGSPEC2 seurander seurandon V;SBJV;PL;1;PRS seurander seurandeie V;SBJV;SG;3;PRS;LGSPEC2 seurander seurandaron V;IND;PL;1;FUT seurander seurandareis V;IND;PL;2;FUT seurander seurande V;SBJV;SG;1;PRS;LGSPEC1 seurander seuranda V;IND;PL;3;PRS;LGSPEC1 seurander seurandeis V;SBJV;PL;2;PRS seurander seurandassa V;IPFV;SBJV;PL;3;PST autoriser autoriser V;NFIN;LGSPEC1 autoriser autorisovan V;IPFV;IND;PL;1;PST autoriser autoriseies V;SBJV;SG;2;PRS;LGSPEC2 autoriser autorisea V;IND;SG;3;PRS;LGSPEC3 autoriser autorisassais V;IPFV;SBJV;PL;2;PST autoriser autorisa V;NFIN;SG;2;LGSPEC1 autoriser autorisassan V;IPFV;SBJV;PL;1;PST autoriser autorise V;SBJV;SG;3;PRS;LGSPEC1 autoriser autorisoves V;IPFV;IND;SG;2;PST autoriser autorisa V;IND;PL;3;PRS;LGSPEC1 autoriser autoriseis V;SBJV;PL;2;PRS autoriser autorisaras V;IND;SG;2;FUT autoriser autorisa V;IND;SG;3;PRS;LGSPEC1 autoriser autorises V;SBJV;SG;2;PRS;LGSPEC1 autoriser autorisova V;IPFV;IND;SG;3;PST autoriser autoriseies V;IND;SG;2;PRS;LGSPEC2 autoriser autoriseie V;IND;SG;1;PRS;LGSPEC2 autoriser autorisede V;NFIN;PL;2 autoriser autorisaron V;IND;PL;1;FUT autoriser autorisarà V;IND;PL;3;FUT autoriser autorisarà V;IND;SG;3;FUT autoriser autorisasse V;IPFV;SBJV;SG;1;PST autoriser autorison V;IND;PL;1;PRS autoriser autorise V;SBJV;PL;3;PRS autoriser autorison V;SBJV;PL;1;PRS autoriser autoriseie V;SBJV;SG;3;PRS;LGSPEC2 autoriser autoriseie V;SBJV;SG;1;PRS;LGSPEC2 autoriser autorisassa V;IPFV;SBJV;SG;3;PST autoriser autorisova V;IPFV;IND;PL;3;PST autoriser autorisé V;NFIN;LGSPEC2 autoriser autoriseis V;IND;PL;2;PRS autoriser autorise V;SBJV;SG;1;PRS;LGSPEC1 autoriser autorisasses V;IPFV;SBJV;SG;2;PST autoriser autorisove V;IPFV;IND;SG;1;PST autoriser autorisassa V;IPFV;SBJV;PL;3;PST autoriser autorisaré V;IND;SG;1;FUT autoriser autorisareis V;IND;PL;2;FUT autoriser autoriseia V;IND;PL;3;PRS;LGSPEC2 autoriser autorises V;IND;SG;2;PRS;LGSPEC1 autoriser autorisovais V;IPFV;IND;PL;2;PST autoriser autoriseia V;IND;SG;3;PRS;LGSPEC2 autoriser autorise V;IND;SG;1;PRS;LGSPEC1 autoriser autoriseia V;NFIN;SG;2;LGSPEC2 stipuler stipulassan V;IPFV;SBJV;PL;1;PST stipuler stipulassais V;IPFV;SBJV;PL;2;PST stipuler stipula V;IND;SG;3;PRS;LGSPEC1 stipuler stipulasse V;IPFV;SBJV;SG;1;PST stipuler stipules V;IND;SG;2;PRS;LGSPEC1 stipuler stipuleia V;NFIN;SG;2;LGSPEC2 stipuler stipule V;IND;SG;1;PRS;LGSPEC1 stipuler stipuloves V;IPFV;IND;SG;2;PST stipuler stipuleie V;IND;SG;1;PRS;LGSPEC2 stipuler stipulareis V;IND;PL;2;FUT stipuler stipulova V;IPFV;IND;PL;3;PST stipuler stipulon V;SBJV;PL;1;PRS stipuler stipularas V;IND;SG;2;FUT stipuler stipulovan V;IPFV;IND;PL;1;PST stipuler stipulassa V;IPFV;SBJV;SG;3;PST stipuler stipulassa V;IPFV;SBJV;PL;3;PST stipuler stipulove V;IPFV;IND;SG;1;PST stipuler stipularà V;IND;SG;3;FUT stipuler stipule V;SBJV;PL;3;PRS stipuler stipule V;SBJV;SG;3;PRS;LGSPEC1 stipuler stipuleies V;SBJV;SG;2;PRS;LGSPEC2 stipuler stipulovais V;IPFV;IND;PL;2;PST stipuler stipulasses V;IPFV;SBJV;SG;2;PST stipuler stipuler V;NFIN;LGSPEC1 stipuler stipulé V;NFIN;LGSPEC2 stipuler stipulea V;IND;SG;3;PRS;LGSPEC3 stipuler stipuleie V;SBJV;SG;1;PRS;LGSPEC2 stipuler stipuleia V;IND;SG;3;PRS;LGSPEC2 stipuler stipuleies V;IND;SG;2;PRS;LGSPEC2 stipuler stipularon V;IND;PL;1;FUT stipuler stipuleis V;SBJV;PL;2;PRS stipuler stipularé V;IND;SG;1;FUT stipuler stipulova V;IPFV;IND;SG;3;PST stipuler stipulede V;NFIN;PL;2 stipuler stipularà V;IND;PL;3;FUT stipuler stipuleis V;IND;PL;2;PRS stipuler stipula V;IND;PL;3;PRS;LGSPEC1 stipuler stipuleia V;IND;PL;3;PRS;LGSPEC2 stipuler stipula V;NFIN;SG;2;LGSPEC1 stipuler stipulon V;IND;PL;1;PRS stipuler stipules V;SBJV;SG;2;PRS;LGSPEC1 stipuler stipuleie V;SBJV;SG;3;PRS;LGSPEC2 stipuler stipule V;SBJV;SG;1;PRS;LGSPEC1 nascer nascovan V;IPFV;IND;PL;1;PST nascer nascesses V;IPFV;SBJV;SG;2;PST nascer nascer V;NFIN;LGSPEC1 nascer nascessais V;IPFV;SBJV;PL;2;PST nascer nascova V;IPFV;IND;PL;3;PST nascer nasce V;SBJV;SG;3;PRS nascer nascessa V;IPFV;SBJV;PL;3;PST nascer nasce V;SBJV;SG;1;PRS nascer nascede V;NFIN;PL;2 nascer nascon V;IND;PL;1;PRS nascer nascareis V;IND;PL;2;FUT nascer nascesse V;IPFV;SBJV;SG;1;PST nascer nascaras V;IND;SG;2;FUT nascer nascaré V;IND;SG;1;FUT nascer nascarà V;IND;SG;3;FUT nascer nascaron V;IND;PL;1;FUT nascer nascessan V;IPFV;SBJV;PL;1;PST nascer nascarà V;IND;PL;3;FUT nascer nascovais V;IPFV;IND;PL;2;PST nascer nasce V;IND;SG;1;PRS nascer nasces V;IND;SG;2;PRS nascer nascon V;SBJV;PL;1;PRS nascer nasces V;SBJV;SG;2;PRS nascer nasceis V;SBJV;PL;2;PRS nascer nasc V;IND;SG;3;PRS nascer nasce V;NFIN;LGSPEC2 nascer nascove V;IPFV;IND;SG;1;PST nascer nasc V;NFIN;SG;2 nascer nasce V;SBJV;PL;3;PRS nascer nascessa V;IPFV;SBJV;SG;3;PST nascer nascoves V;IPFV;IND;SG;2;PST nascer nasc V;IND;PL;3;PRS nascer nascova V;IPFV;IND;SG;3;PST nascer nasceis V;IND;PL;2;PRS ndicher ndichoves V;IPFV;IND;SG;2;PST ndicher ndicha V;IND;SG;3;PRS;LGSPEC1 ndicher ndichon V;SBJV;PL;1;PRS ndicher ndichova V;IPFV;IND;PL;3;PST ndicher ndicharon V;IND;PL;1;FUT ndicher ndichasse V;IPFV;SBJV;SG;1;PST ndicher ndicheies V;SBJV;SG;2;PRS;LGSPEC2 ndicher ndicheies V;IND;SG;2;PRS;LGSPEC2 ndicher ndicheis V;SBJV;PL;2;PRS ndicher ndichovan V;IPFV;IND;PL;1;PST ndicher ndiche V;SBJV;SG;3;PRS;LGSPEC1 ndicher ndicheie V;IND;SG;1;PRS;LGSPEC2 ndicher ndicheia V;IND;SG;3;PRS;LGSPEC2 ndicher ndicharà V;IND;PL;3;FUT ndicher ndichon V;IND;PL;1;PRS ndicher ndichassa V;IPFV;SBJV;PL;3;PST ndicher ndicharas V;IND;SG;2;FUT ndicher ndichea V;IND;SG;3;PRS;LGSPEC3 ndicher ndichassan V;IPFV;SBJV;PL;1;PST ndicher ndiche V;SBJV;SG;1;PRS;LGSPEC1 ndicher ndicheie V;SBJV;SG;1;PRS;LGSPEC2 ndicher ndiches V;SBJV;SG;2;PRS;LGSPEC1 ndicher ndichova V;IPFV;IND;SG;3;PST ndicher ndichovais V;IPFV;IND;PL;2;PST ndicher ndiché V;NFIN;LGSPEC2 ndicher ndichasses V;IPFV;SBJV;SG;2;PST ndicher ndiche V;IND;SG;1;PRS;LGSPEC1 ndicher ndiches V;IND;SG;2;PRS;LGSPEC1 ndicher ndichove V;IPFV;IND;SG;1;PST ndicher ndichassais V;IPFV;SBJV;PL;2;PST ndicher ndichareis V;IND;PL;2;FUT ndicher ndicharé V;IND;SG;1;FUT ndicher ndichede V;NFIN;PL;2 ndicher ndicha V;IND;PL;3;PRS;LGSPEC1 ndicher ndicheia V;IND;PL;3;PRS;LGSPEC2 ndicher ndiche V;SBJV;PL;3;PRS ndicher ndicha V;NFIN;SG;2;LGSPEC1 ndicher ndichassa V;IPFV;SBJV;SG;3;PST ndicher ndicher V;NFIN;LGSPEC1 ndicher ndicheia V;NFIN;SG;2;LGSPEC2 ndicher ndicheis V;IND;PL;2;PRS ndicher ndicharà V;IND;SG;3;FUT ndicher ndicheie V;SBJV;SG;3;PRS;LGSPEC2 resserver resserveis V;IND;PL;2;PRS resserver resserver V;NFIN;LGSPEC1 resserver resservareis V;IND;PL;2;FUT resserver resservaré V;IND;SG;1;FUT resserver resserveia V;IND;PL;3;PRS;LGSPEC2 resserver resserveie V;IND;SG;1;PRS;LGSPEC2 resserver resserves V;SBJV;SG;2;PRS;LGSPEC1 resserver resservovais V;IPFV;IND;PL;2;PST resserver resserveis V;SBJV;PL;2;PRS resserver resservaras V;IND;SG;2;FUT resserver resservasses V;IPFV;SBJV;SG;2;PST resserver resserveie V;SBJV;SG;1;PRS;LGSPEC2 resserver resserva V;NFIN;SG;2;LGSPEC1 resserver resservede V;NFIN;PL;2 resserver resserve V;SBJV;PL;3;PRS resserver resservassan V;IPFV;SBJV;PL;1;PST resserver resserveies V;SBJV;SG;2;PRS;LGSPEC2 resserver resservassais V;IPFV;SBJV;PL;2;PST resserver resservoves V;IPFV;IND;SG;2;PST resserver resservon V;SBJV;PL;1;PRS resserver resservé V;NFIN;LGSPEC2 resserver resservarà V;IND;SG;3;FUT resserver resserva V;IND;PL;3;PRS;LGSPEC1 resserver resservaron V;IND;PL;1;FUT resserver resservasse V;IPFV;SBJV;SG;1;PST resserver resserves V;IND;SG;2;PRS;LGSPEC1 resserver resserveies V;IND;SG;2;PRS;LGSPEC2 resserver resserve V;SBJV;SG;1;PRS;LGSPEC1 resserver resserve V;IND;SG;1;PRS;LGSPEC1 resserver resserveie V;SBJV;SG;3;PRS;LGSPEC2 resserver resserveia V;IND;SG;3;PRS;LGSPEC2 resserver resservova V;IPFV;IND;PL;3;PST resserver resservove V;IPFV;IND;SG;1;PST resserver resserve V;SBJV;SG;3;PRS;LGSPEC1 resserver resservon V;IND;PL;1;PRS resserver resservarà V;IND;PL;3;FUT resserver resservovan V;IPFV;IND;PL;1;PST resserver resservova V;IPFV;IND;SG;3;PST resserver resservassa V;IPFV;SBJV;SG;3;PST resserver resserveia V;NFIN;SG;2;LGSPEC2 resserver resservea V;IND;SG;3;PRS;LGSPEC3 resserver resservassa V;IPFV;SBJV;PL;3;PST resserver resserva V;IND;SG;3;PRS;LGSPEC1 assenier asseniassais V;IPFV;SBJV;PL;2;PST assenier assenieis V;IND;PL;2;PRS assenier assenieia V;IND;SG;3;PRS;LGSPEC2 assenier asseniarà V;IND;SG;3;FUT assenier assenié V;NFIN;LGSPEC2 assenier asseniarà V;IND;PL;3;FUT assenier assenies V;SBJV;SG;2;PRS;LGSPEC1 assenier asseniede V;NFIN;PL;2 assenier assenie V;SBJV;SG;1;PRS;LGSPEC1 assenier assenia V;NFIN;SG;2;LGSPEC1 assenier asseniovais V;IPFV;IND;PL;2;PST assenier asseniova V;IPFV;IND;PL;3;PST assenier asseniaras V;IND;SG;2;FUT assenier assenieis V;SBJV;PL;2;PRS assenier asseniasses V;IPFV;SBJV;SG;2;PST assenier assenieie V;SBJV;SG;1;PRS;LGSPEC2 assenier asseniasse V;IPFV;SBJV;SG;1;PST assenier asseniea V;IND;SG;3;PRS;LGSPEC3 assenier asseniaré V;IND;SG;1;FUT assenier assenieies V;IND;SG;2;PRS;LGSPEC2 assenier assenieie V;IND;SG;1;PRS;LGSPEC2 assenier assenie V;SBJV;PL;3;PRS assenier assenieies V;SBJV;SG;2;PRS;LGSPEC2 assenier assenion V;IND;PL;1;PRS assenier assenie V;IND;SG;1;PRS;LGSPEC1 assenier assenieia V;IND;PL;3;PRS;LGSPEC2 assenier assenia V;IND;PL;3;PRS;LGSPEC1 assenier asseniareis V;IND;PL;2;FUT assenier asseniaron V;IND;PL;1;FUT assenier assenia V;IND;SG;3;PRS;LGSPEC1 assenier asseniovan V;IPFV;IND;PL;1;PST assenier assenies V;IND;SG;2;PRS;LGSPEC1 assenier assenion V;SBJV;PL;1;PRS assenier assenier V;NFIN;LGSPEC1 assenier asseniova V;IPFV;IND;SG;3;PST assenier assenieie V;SBJV;SG;3;PRS;LGSPEC2 assenier asseniassa V;IPFV;SBJV;PL;3;PST assenier asseniassa V;IPFV;SBJV;SG;3;PST assenier asseniove V;IPFV;IND;SG;1;PST assenier asseniassan V;IPFV;SBJV;PL;1;PST assenier assenie V;SBJV;SG;3;PRS;LGSPEC1 assenier assenioves V;IPFV;IND;SG;2;PST assenier assenieia V;NFIN;SG;2;LGSPEC2 istituir istituesc V;IND;SG;3;PRS;LGSPEC2 istituir istituieis V;SBJV;PL;2;PRS istituir istituion V;IND;PL;1;PRS istituir istitue V;SBJV;SG;3;PRS;LGSPEC1 istituir istituesce V;SBJV;SG;3;PRS;LGSPEC2 istituir istituireis V;IND;PL;2;FUT istituir istituiron V;IND;PL;1;FUT istituir istituissan V;IPFV;SBJV;PL;1;PST istituir istituide V;NFIN;PL;2 istituir istitue V;IND;SG;1;PRS;LGSPEC1 istituir istituiva V;IPFV;IND;PL;3;PST istituir istituì V;NFIN;LGSPEC2 istituir istituesce V;IND;SG;1;PRS;LGSPEC2 istituir istitu V;NFIN;SG;2;LGSPEC1 istituir istituiré V;IND;SG;1;FUT istituir istituiras V;IND;SG;2;FUT istituir istituirà V;IND;PL;3;FUT istituir istituesc V;NFIN;SG;2;LGSPEC2 istituir istituivan V;IPFV;IND;PL;1;PST istituir istituive V;IPFV;IND;SG;1;PST istituir istituieis V;IND;PL;2;PRS istituir istituir V;NFIN;LGSPEC1 istituir istituesce V;SBJV;PL;3;PRS;LGSPEC2 istituir istituissa V;IPFV;SBJV;PL;3;PST istituir istituisse V;IPFV;SBJV;SG;1;PST istituir istituesces V;SBJV;SG;2;PRS;LGSPEC2 istituir istitues V;SBJV;SG;2;PRS;LGSPEC1 istituir istituesce V;SBJV;SG;1;PRS;LGSPEC2 istituir istituirà V;IND;SG;3;FUT istituir istitu V;IND;SG;3;PRS;LGSPEC1 istituir istituives V;IPFV;IND;SG;2;PST istituir istitu V;IND;PL;3;PRS;LGSPEC1 istituir istituivais V;IPFV;IND;PL;2;PST istituir istituesc V;IND;PL;3;PRS;LGSPEC2 istituir istituissais V;IPFV;SBJV;PL;2;PST istituir istitue V;SBJV;SG;1;PRS;LGSPEC1 istituir istituion V;SBJV;PL;1;PRS istituir istituesces V;IND;SG;2;PRS;LGSPEC2 istituir istituissa V;IPFV;SBJV;SG;3;PST istituir istitue V;SBJV;PL;3;PRS;LGSPEC1 istituir istituiva V;IPFV;IND;SG;3;PST istituir istitues V;IND;SG;2;PRS;LGSPEC1 istituir istituisses V;IPFV;SBJV;SG;2;PST depenjer depenjaré V;IND;SG;1;FUT depenjer depenjessa V;IPFV;SBJV;PL;3;PST depenjer depenje V;NFIN;LGSPEC2 depenjer depenj V;IND;PL;3;PRS depenjer depenjovan V;IPFV;IND;PL;1;PST depenjer depenje V;SBJV;SG;1;PRS depenjer depenje V;SBJV;PL;3;PRS depenjer depenjarà V;IND;SG;3;FUT depenjer depenjesses V;IPFV;SBJV;SG;2;PST depenjer depenje V;SBJV;SG;3;PRS depenjer depenj V;NFIN;SG;2 depenjer depenje V;IND;SG;1;PRS depenjer depenjon V;SBJV;PL;1;PRS depenjer depenjessais V;IPFV;SBJV;PL;2;PST depenjer depenjessa V;IPFV;SBJV;SG;3;PST depenjer depenjeis V;IND;PL;2;PRS depenjer depenj V;IND;SG;3;PRS depenjer depenjessan V;IPFV;SBJV;PL;1;PST depenjer depenjoves V;IPFV;IND;SG;2;PST depenjer depenjaron V;IND;PL;1;FUT depenjer depenjova V;IPFV;IND;SG;3;PST depenjer depenjova V;IPFV;IND;PL;3;PST depenjer depenjareis V;IND;PL;2;FUT depenjer depenjarà V;IND;PL;3;FUT depenjer depenjes V;IND;SG;2;PRS depenjer depenjove V;IPFV;IND;SG;1;PST depenjer depenjaras V;IND;SG;2;FUT depenjer depenjeis V;SBJV;PL;2;PRS depenjer depenjes V;SBJV;SG;2;PRS depenjer depenjon V;IND;PL;1;PRS depenjer depenjesse V;IPFV;SBJV;SG;1;PST depenjer depenjer V;NFIN;LGSPEC1 depenjer depenjovais V;IPFV;IND;PL;2;PST depenjer depenjede V;NFIN;PL;2 acurder acurde V;SBJV;SG;1;PRS;LGSPEC1 acurder acurdeie V;SBJV;SG;1;PRS;LGSPEC2 acurder acurdon V;IND;PL;1;PRS acurder acurder V;NFIN;LGSPEC1 acurder acurdeis V;SBJV;PL;2;PRS acurder acurdeia V;IND;PL;3;PRS;LGSPEC2 acurder acurdeies V;SBJV;SG;2;PRS;LGSPEC2 acurder acurdeia V;NFIN;SG;2;LGSPEC2 acurder acurde V;IND;SG;1;PRS;LGSPEC1 acurder acurdes V;SBJV;SG;2;PRS;LGSPEC1 acurder acurdoves V;IPFV;IND;SG;2;PST acurder acurda V;IND;SG;3;PRS;LGSPEC1 acurder acurdon V;SBJV;PL;1;PRS acurder acurdaras V;IND;SG;2;FUT acurder acurdassais V;IPFV;SBJV;PL;2;PST acurder acurdovan V;IPFV;IND;PL;1;PST acurder acurdasse V;IPFV;SBJV;SG;1;PST acurder acurdovais V;IPFV;IND;PL;2;PST acurder acurdeie V;IND;SG;1;PRS;LGSPEC2 acurder acurdova V;IPFV;IND;SG;3;PST acurder acurde V;SBJV;PL;3;PRS acurder acurde V;SBJV;SG;3;PRS;LGSPEC1 acurder acurdeia V;IND;SG;3;PRS;LGSPEC2 acurder acurdarà V;IND;SG;3;FUT acurder acurdes V;IND;SG;2;PRS;LGSPEC1 acurder acurdeis V;IND;PL;2;PRS acurder acurdaré V;IND;SG;1;FUT acurder acurdede V;NFIN;PL;2 acurder acurdeies V;IND;SG;2;PRS;LGSPEC2 acurder acurdova V;IPFV;IND;PL;3;PST acurder acurdassa V;IPFV;SBJV;PL;3;PST acurder acurdove V;IPFV;IND;SG;1;PST acurder acurdasses V;IPFV;SBJV;SG;2;PST acurder acurdassa V;IPFV;SBJV;SG;3;PST acurder acurdea V;IND;SG;3;PRS;LGSPEC3 acurder acurdarà V;IND;PL;3;FUT acurder acurda V;IND;PL;3;PRS;LGSPEC1 acurder acurdaron V;IND;PL;1;FUT acurder acurdareis V;IND;PL;2;FUT acurder acurdé V;NFIN;LGSPEC2 acurder acurdeie V;SBJV;SG;3;PRS;LGSPEC2 acurder acurdassan V;IPFV;SBJV;PL;1;PST acurder acurda V;NFIN;SG;2;LGSPEC1 educher educhon V;IND;PL;1;PRS educher educhoves V;IPFV;IND;SG;2;PST educher eduché V;NFIN;LGSPEC2 educher educhasses V;IPFV;SBJV;SG;2;PST educher educha V;NFIN;SG;2;LGSPEC1 educher eduches V;SBJV;SG;2;PRS;LGSPEC1 educher educheis V;IND;PL;2;PRS educher educhasse V;IPFV;SBJV;SG;1;PST educher educhareis V;IND;PL;2;FUT educher educheie V;SBJV;SG;3;PRS;LGSPEC2 educher eduche V;SBJV;SG;1;PRS;LGSPEC1 educher educheie V;IND;SG;1;PRS;LGSPEC2 educher educhovan V;IPFV;IND;PL;1;PST educher educheis V;SBJV;PL;2;PRS educher educharà V;IND;PL;3;FUT educher eduches V;IND;SG;2;PRS;LGSPEC1 educher eduche V;SBJV;PL;3;PRS educher educha V;IND;SG;3;PRS;LGSPEC1 educher educheia V;NFIN;SG;2;LGSPEC2 educher educhon V;SBJV;PL;1;PRS educher educheia V;IND;SG;3;PRS;LGSPEC2 educher educhova V;IPFV;IND;PL;3;PST educher educharà V;IND;SG;3;FUT educher educhea V;IND;SG;3;PRS;LGSPEC3 educher educheia V;IND;PL;3;PRS;LGSPEC2 educher educhassa V;IPFV;SBJV;SG;3;PST educher educhassa V;IPFV;SBJV;PL;3;PST educher educhassan V;IPFV;SBJV;PL;1;PST educher educheies V;IND;SG;2;PRS;LGSPEC2 educher educheie V;SBJV;SG;1;PRS;LGSPEC2 educher educhovais V;IPFV;IND;PL;2;PST educher educha V;IND;PL;3;PRS;LGSPEC1 educher educhede V;NFIN;PL;2 educher educhassais V;IPFV;SBJV;PL;2;PST educher educharon V;IND;PL;1;FUT educher educharé V;IND;SG;1;FUT educher educheies V;SBJV;SG;2;PRS;LGSPEC2 educher eduche V;SBJV;SG;3;PRS;LGSPEC1 educher educhove V;IPFV;IND;SG;1;PST educher educharas V;IND;SG;2;FUT educher educhova V;IPFV;IND;SG;3;PST educher educher V;NFIN;LGSPEC1 educher eduche V;IND;SG;1;PRS;LGSPEC1 atuer atuaré V;IND;SG;1;FUT atuer atuarà V;IND;SG;3;FUT atuer atué V;NFIN;LGSPEC2 atuer atuassan V;IPFV;SBJV;PL;1;PST atuer atuoves V;IPFV;IND;SG;2;PST atuer atueies V;SBJV;SG;2;PRS;LGSPEC2 atuer atuon V;SBJV;PL;1;PRS atuer atueies V;IND;SG;2;PRS;LGSPEC2 atuer atuova V;IPFV;IND;SG;3;PST atuer atuer V;NFIN;LGSPEC1 atuer atueie V;SBJV;SG;1;PRS;LGSPEC2 atuer atuaras V;IND;SG;2;FUT atuer atueie V;SBJV;SG;3;PRS;LGSPEC2 atuer atuasses V;IPFV;SBJV;SG;2;PST atuer atua V;IND;PL;3;PRS;LGSPEC1 atuer atueia V;NFIN;SG;2;LGSPEC2 atuer atuarà V;IND;PL;3;FUT atuer atue V;SBJV;SG;1;PRS;LGSPEC1 atuer atue V;SBJV;PL;3;PRS atuer atuede V;NFIN;PL;2 atuer atues V;IND;SG;2;PRS;LGSPEC1 atuer atueia V;IND;SG;3;PRS;LGSPEC2 atuer atue V;SBJV;SG;3;PRS;LGSPEC1 atuer atue V;IND;SG;1;PRS;LGSPEC1 atuer atueis V;IND;PL;2;PRS atuer atua V;IND;SG;3;PRS;LGSPEC1 atuer atueia V;IND;PL;3;PRS;LGSPEC2 atuer atues V;SBJV;SG;2;PRS;LGSPEC1 atuer atuaron V;IND;PL;1;FUT atuer atuea V;IND;SG;3;PRS;LGSPEC3 atuer atuovan V;IPFV;IND;PL;1;PST atuer atuasse V;IPFV;SBJV;SG;1;PST atuer atuovais V;IPFV;IND;PL;2;PST atuer atueie V;IND;SG;1;PRS;LGSPEC2 atuer atua V;NFIN;SG;2;LGSPEC1 atuer atuassa V;IPFV;SBJV;PL;3;PST atuer atuareis V;IND;PL;2;FUT atuer atuassa V;IPFV;SBJV;SG;3;PST atuer atuassais V;IPFV;SBJV;PL;2;PST atuer atueis V;SBJV;PL;2;PRS atuer atuon V;IND;PL;1;PRS atuer atuove V;IPFV;IND;SG;1;PST atuer atuova V;IPFV;IND;PL;3;PST comprer comprarà V;IND;PL;3;FUT comprer comprassa V;IPFV;SBJV;SG;3;PST comprer compreie V;SBJV;SG;1;PRS;LGSPEC2 comprer compreis V;SBJV;PL;2;PRS comprer compré V;NFIN;LGSPEC2 comprer compreia V;IND;SG;3;PRS;LGSPEC2 comprer comproves V;IPFV;IND;SG;2;PST comprer compre V;SBJV;SG;1;PRS;LGSPEC1 comprer compreis V;IND;PL;2;PRS comprer comprova V;IPFV;IND;PL;3;PST comprer compre V;SBJV;SG;3;PRS;LGSPEC1 comprer compraré V;IND;SG;1;FUT comprer compres V;SBJV;SG;2;PRS;LGSPEC1 comprer comprasses V;IPFV;SBJV;SG;2;PST comprer compres V;IND;SG;2;PRS;LGSPEC1 comprer comprea V;IND;SG;3;PRS;LGSPEC3 comprer compron V;SBJV;PL;1;PRS comprer compreie V;SBJV;SG;3;PRS;LGSPEC2 comprer comprassa V;IPFV;SBJV;PL;3;PST comprer comprasse V;IPFV;SBJV;SG;1;PST comprer comprede V;NFIN;PL;2 comprer compra V;IND;SG;3;PRS;LGSPEC1 comprer compreie V;IND;SG;1;PRS;LGSPEC2 comprer comprer V;NFIN;LGSPEC1 comprer comprovan V;IPFV;IND;PL;1;PST comprer comprarà V;IND;SG;3;FUT comprer compreies V;IND;SG;2;PRS;LGSPEC2 comprer comprova V;IPFV;IND;SG;3;PST comprer compreies V;SBJV;SG;2;PRS;LGSPEC2 comprer compre V;IND;SG;1;PRS;LGSPEC1 comprer compreia V;IND;PL;3;PRS;LGSPEC2 comprer comprassan V;IPFV;SBJV;PL;1;PST comprer compraras V;IND;SG;2;FUT comprer compraron V;IND;PL;1;FUT comprer comprove V;IPFV;IND;SG;1;PST comprer compra V;IND;PL;3;PRS;LGSPEC1 comprer comprovais V;IPFV;IND;PL;2;PST comprer compron V;IND;PL;1;PRS comprer compra V;NFIN;SG;2;LGSPEC1 comprer comprassais V;IPFV;SBJV;PL;2;PST comprer compreia V;NFIN;SG;2;LGSPEC2 comprer comprareis V;IND;PL;2;FUT comprer compre V;SBJV;PL;3;PRS pronunzier pronunzieia V;NFIN;SG;2;LGSPEC2 pronunzier pronunziaron V;IND;PL;1;FUT pronunzier pronunzieia V;IND;SG;3;PRS;LGSPEC2 pronunzier pronunziea V;IND;SG;3;PRS;LGSPEC3 pronunzier pronunzieies V;SBJV;SG;2;PRS;LGSPEC2 pronunzier pronunziasse V;IPFV;SBJV;SG;1;PST pronunzier pronunziassan V;IPFV;SBJV;PL;1;PST pronunzier pronunziova V;IPFV;IND;SG;3;PST pronunzier pronunziove V;IPFV;IND;SG;1;PST pronunzier pronunzieie V;SBJV;SG;1;PRS;LGSPEC2 pronunzier pronunziarà V;IND;SG;3;FUT pronunzier pronunziova V;IPFV;IND;PL;3;PST pronunzier pronunzieia V;IND;PL;3;PRS;LGSPEC2 pronunzier pronunziovais V;IPFV;IND;PL;2;PST pronunzier pronunzié V;NFIN;LGSPEC2 pronunzier pronunziovan V;IPFV;IND;PL;1;PST pronunzier pronunzie V;IND;SG;1;PRS;LGSPEC1 pronunzier pronunziaré V;IND;SG;1;FUT pronunzier pronunzieie V;IND;SG;1;PRS;LGSPEC2 pronunzier pronunziede V;NFIN;PL;2 pronunzier pronunziarà V;IND;PL;3;FUT pronunzier pronunziasses V;IPFV;SBJV;SG;2;PST pronunzier pronunziaras V;IND;SG;2;FUT pronunzier pronunziareis V;IND;PL;2;FUT pronunzier pronunzieis V;SBJV;PL;2;PRS pronunzier pronunzies V;IND;SG;2;PRS;LGSPEC1 pronunzier pronunziassa V;IPFV;SBJV;SG;3;PST pronunzier pronunzies V;SBJV;SG;2;PRS;LGSPEC1 pronunzier pronunzie V;SBJV;SG;1;PRS;LGSPEC1 pronunzier pronunzion V;SBJV;PL;1;PRS pronunzier pronunzie V;SBJV;PL;3;PRS pronunzier pronunzieis V;IND;PL;2;PRS pronunzier pronunziassa V;IPFV;SBJV;PL;3;PST pronunzier pronunzia V;IND;PL;3;PRS;LGSPEC1 pronunzier pronunziassais V;IPFV;SBJV;PL;2;PST pronunzier pronunzioves V;IPFV;IND;SG;2;PST pronunzier pronunzier V;NFIN;LGSPEC1 pronunzier pronunzia V;NFIN;SG;2;LGSPEC1 pronunzier pronunzieie V;SBJV;SG;3;PRS;LGSPEC2 pronunzier pronunzieies V;IND;SG;2;PRS;LGSPEC2 pronunzier pronunzie V;SBJV;SG;3;PRS;LGSPEC1 pronunzier pronunzion V;IND;PL;1;PRS pronunzier pronunzia V;IND;SG;3;PRS;LGSPEC1 njinier njinioves V;IPFV;IND;SG;2;PST njinier njinieia V;IND;SG;3;PRS;LGSPEC2 njinier njinia V;IND;PL;3;PRS;LGSPEC1 njinier njinieia V;NFIN;SG;2;LGSPEC2 njinier njinieies V;IND;SG;2;PRS;LGSPEC2 njinier njiniarà V;IND;PL;3;FUT njinier njinie V;SBJV;SG;1;PRS;LGSPEC1 njinier njiniea V;IND;SG;3;PRS;LGSPEC3 njinier njiniassa V;IPFV;SBJV;PL;3;PST njinier njinie V;SBJV;SG;3;PRS;LGSPEC1 njinier njiniarà V;IND;SG;3;FUT njinier njinieia V;IND;PL;3;PRS;LGSPEC2 njinier njiniassa V;IPFV;SBJV;SG;3;PST njinier njinieies V;SBJV;SG;2;PRS;LGSPEC2 njinier njinies V;SBJV;SG;2;PRS;LGSPEC1 njinier njiniasse V;IPFV;SBJV;SG;1;PST njinier njinion V;SBJV;PL;1;PRS njinier njiniasses V;IPFV;SBJV;SG;2;PST njinier njinie V;IND;SG;1;PRS;LGSPEC1 njinier njiniovan V;IPFV;IND;PL;1;PST njinier njinia V;IND;SG;3;PRS;LGSPEC1 njinier njinia V;NFIN;SG;2;LGSPEC1 njinier njiniareis V;IND;PL;2;FUT njinier njiniaré V;IND;SG;1;FUT njinier njinieis V;IND;PL;2;PRS njinier njinieis V;SBJV;PL;2;PRS njinier njinie V;SBJV;PL;3;PRS njinier njinieie V;IND;SG;1;PRS;LGSPEC2 njinier njinies V;IND;SG;2;PRS;LGSPEC1 njinier njiniaron V;IND;PL;1;FUT njinier njiniede V;NFIN;PL;2 njinier njinion V;IND;PL;1;PRS njinier njiniova V;IPFV;IND;SG;3;PST njinier njinier V;NFIN;LGSPEC1 njinier njiniassan V;IPFV;SBJV;PL;1;PST njinier njinieie V;SBJV;SG;3;PRS;LGSPEC2 njinier njiniaras V;IND;SG;2;FUT njinier njiniovais V;IPFV;IND;PL;2;PST njinier njinieie V;SBJV;SG;1;PRS;LGSPEC2 njinier njiniove V;IPFV;IND;SG;1;PST njinier njiniassais V;IPFV;SBJV;PL;2;PST njinier njiniova V;IPFV;IND;PL;3;PST njinier njinié V;NFIN;LGSPEC2 adater adateis V;SBJV;PL;2;PRS adater adataron V;IND;PL;1;FUT adater adate V;SBJV;SG;3;PRS;LGSPEC1 adater adatasses V;IPFV;SBJV;SG;2;PST adater adaté V;NFIN;LGSPEC2 adater adateia V;IND;PL;3;PRS;LGSPEC2 adater adate V;IND;SG;1;PRS;LGSPEC1 adater adatareis V;IND;PL;2;FUT adater adatasse V;IPFV;SBJV;SG;1;PST adater adater V;NFIN;LGSPEC1 adater adatarà V;IND;SG;3;FUT adater adatove V;IPFV;IND;SG;1;PST adater adatovais V;IPFV;IND;PL;2;PST adater adateia V;IND;SG;3;PRS;LGSPEC2 adater adateies V;IND;SG;2;PRS;LGSPEC2 adater adatarà V;IND;PL;3;FUT adater adatassa V;IPFV;SBJV;PL;3;PST adater adatovan V;IPFV;IND;PL;1;PST adater adataras V;IND;SG;2;FUT adater adateie V;IND;SG;1;PRS;LGSPEC2 adater adatassan V;IPFV;SBJV;PL;1;PST adater adatassais V;IPFV;SBJV;PL;2;PST adater adata V;IND;SG;3;PRS;LGSPEC1 adater adatea V;IND;SG;3;PRS;LGSPEC3 adater adatede V;NFIN;PL;2 adater adateie V;SBJV;SG;1;PRS;LGSPEC2 adater adata V;IND;PL;3;PRS;LGSPEC1 adater adatova V;IPFV;IND;PL;3;PST adater adates V;IND;SG;2;PRS;LGSPEC1 adater adataré V;IND;SG;1;FUT adater adaton V;SBJV;PL;1;PRS adater adateis V;IND;PL;2;PRS adater adates V;SBJV;SG;2;PRS;LGSPEC1 adater adata V;NFIN;SG;2;LGSPEC1 adater adateie V;SBJV;SG;3;PRS;LGSPEC2 adater adateies V;SBJV;SG;2;PRS;LGSPEC2 adater adate V;SBJV;PL;3;PRS adater adatova V;IPFV;IND;SG;3;PST adater adate V;SBJV;SG;1;PRS;LGSPEC1 adater adateia V;NFIN;SG;2;LGSPEC2 adater adatassa V;IPFV;SBJV;SG;3;PST adater adatoves V;IPFV;IND;SG;2;PST adater adaton V;IND;PL;1;PRS limiter limitaré V;IND;SG;1;FUT limiter limita V;IND;PL;3;PRS;LGSPEC1 limiter limiteia V;IND;SG;3;PRS;LGSPEC2 limiter limite V;SBJV;SG;3;PRS;LGSPEC1 limiter limiteia V;IND;PL;3;PRS;LGSPEC2 limiter limite V;SBJV;SG;1;PRS;LGSPEC1 limiter limiteis V;SBJV;PL;2;PRS limiter limitasse V;IPFV;SBJV;SG;1;PST limiter limité V;NFIN;LGSPEC2 limiter limitassan V;IPFV;SBJV;PL;1;PST limiter limitaron V;IND;PL;1;FUT limiter limiteis V;IND;PL;2;PRS limiter limitaras V;IND;SG;2;FUT limiter limitovais V;IPFV;IND;PL;2;PST limiter limiteies V;IND;SG;2;PRS;LGSPEC2 limiter limitova V;IPFV;IND;SG;3;PST limiter limitarà V;IND;SG;3;FUT limiter limiteie V;IND;SG;1;PRS;LGSPEC2 limiter limites V;IND;SG;2;PRS;LGSPEC1 limiter limitova V;IPFV;IND;PL;3;PST limiter limitassais V;IPFV;SBJV;PL;2;PST limiter limitassa V;IPFV;SBJV;SG;3;PST limiter limita V;NFIN;SG;2;LGSPEC1 limiter limiton V;SBJV;PL;1;PRS limiter limiton V;IND;PL;1;PRS limiter limiteie V;SBJV;SG;3;PRS;LGSPEC2 limiter limita V;IND;SG;3;PRS;LGSPEC1 limiter limitoves V;IPFV;IND;SG;2;PST limiter limitasses V;IPFV;SBJV;SG;2;PST limiter limiteia V;NFIN;SG;2;LGSPEC2 limiter limitareis V;IND;PL;2;FUT limiter limite V;IND;SG;1;PRS;LGSPEC1 limiter limiteie V;SBJV;SG;1;PRS;LGSPEC2 limiter limitea V;IND;SG;3;PRS;LGSPEC3 limiter limiter V;NFIN;LGSPEC1 limiter limiteies V;SBJV;SG;2;PRS;LGSPEC2 limiter limites V;SBJV;SG;2;PRS;LGSPEC1 limiter limitovan V;IPFV;IND;PL;1;PST limiter limitove V;IPFV;IND;SG;1;PST limiter limitede V;NFIN;PL;2 limiter limitarà V;IND;PL;3;FUT limiter limite V;SBJV;PL;3;PRS limiter limitassa V;IPFV;SBJV;PL;3;PST arbitrer arbitreia V;IND;PL;3;PRS;LGSPEC2 arbitrer arbitres V;SBJV;SG;2;PRS;LGSPEC1 arbitrer arbitrea V;IND;SG;3;PRS;LGSPEC3 arbitrer arbitreies V;IND;SG;2;PRS;LGSPEC2 arbitrer arbitre V;SBJV;SG;1;PRS;LGSPEC1 arbitrer arbitraras V;IND;SG;2;FUT arbitrer arbitreis V;SBJV;PL;2;PRS arbitrer arbitron V;IND;PL;1;PRS arbitrer arbitreia V;IND;SG;3;PRS;LGSPEC2 arbitrer arbitrareis V;IND;PL;2;FUT arbitrer arbitrarà V;IND;SG;3;FUT arbitrer arbitrasse V;IPFV;SBJV;SG;1;PST arbitrer arbitreies V;SBJV;SG;2;PRS;LGSPEC2 arbitrer arbitraron V;IND;PL;1;FUT arbitrer arbitreie V;SBJV;SG;3;PRS;LGSPEC2 arbitrer arbitrasses V;IPFV;SBJV;SG;2;PST arbitrer arbitron V;SBJV;PL;1;PRS arbitrer arbitrova V;IPFV;IND;PL;3;PST arbitrer arbitrassa V;IPFV;SBJV;SG;3;PST arbitrer arbitreie V;IND;SG;1;PRS;LGSPEC2 arbitrer arbitrove V;IPFV;IND;SG;1;PST arbitrer arbitrede V;NFIN;PL;2 arbitrer arbitraré V;IND;SG;1;FUT arbitrer arbitrovais V;IPFV;IND;PL;2;PST arbitrer arbitre V;SBJV;PL;3;PRS arbitrer arbitroves V;IPFV;IND;SG;2;PST arbitrer arbitre V;IND;SG;1;PRS;LGSPEC1 arbitrer arbitra V;NFIN;SG;2;LGSPEC1 arbitrer arbitrassan V;IPFV;SBJV;PL;1;PST arbitrer arbitres V;IND;SG;2;PRS;LGSPEC1 arbitrer arbitrassa V;IPFV;SBJV;PL;3;PST arbitrer arbitrovan V;IPFV;IND;PL;1;PST arbitrer arbitré V;NFIN;LGSPEC2 arbitrer arbitrer V;NFIN;LGSPEC1 arbitrer arbitreis V;IND;PL;2;PRS arbitrer arbitrassais V;IPFV;SBJV;PL;2;PST arbitrer arbitreia V;NFIN;SG;2;LGSPEC2 arbitrer arbitrova V;IPFV;IND;SG;3;PST arbitrer arbitreie V;SBJV;SG;1;PRS;LGSPEC2 arbitrer arbitre V;SBJV;SG;3;PRS;LGSPEC1 arbitrer arbitra V;IND;SG;3;PRS;LGSPEC1 arbitrer arbitrarà V;IND;PL;3;FUT arbitrer arbitra V;IND;PL;3;PRS;LGSPEC1 ncurajer ncurajeia V;IND;SG;3;PRS;LGSPEC2 ncurajer ncurajovan V;IPFV;IND;PL;1;PST ncurajer ncurajova V;IPFV;IND;PL;3;PST ncurajer ncurajaron V;IND;PL;1;FUT ncurajer ncurajassan V;IPFV;SBJV;PL;1;PST ncurajer ncurajeia V;NFIN;SG;2;LGSPEC2 ncurajer ncurajeie V;SBJV;SG;1;PRS;LGSPEC2 ncurajer ncurajova V;IPFV;IND;SG;3;PST ncurajer ncurajarà V;IND;SG;3;FUT ncurajer ncuraja V;NFIN;SG;2;LGSPEC1 ncurajer ncurajeie V;IND;SG;1;PRS;LGSPEC2 ncurajer ncuraja V;IND;SG;3;PRS;LGSPEC1 ncurajer ncurajon V;SBJV;PL;1;PRS ncurajer ncurajarà V;IND;PL;3;FUT ncurajer ncurajassa V;IPFV;SBJV;PL;3;PST ncurajer ncurajeis V;IND;PL;2;PRS ncurajer ncurajasse V;IPFV;SBJV;SG;1;PST ncurajer ncurajeies V;SBJV;SG;2;PRS;LGSPEC2 ncurajer ncurajes V;SBJV;SG;2;PRS;LGSPEC1 ncurajer ncurajoves V;IPFV;IND;SG;2;PST ncurajer ncurajeia V;IND;PL;3;PRS;LGSPEC2 ncurajer ncurajareis V;IND;PL;2;FUT ncurajer ncurajasses V;IPFV;SBJV;SG;2;PST ncurajer ncuraje V;SBJV;SG;3;PRS;LGSPEC1 ncurajer ncurajede V;NFIN;PL;2 ncurajer ncuraje V;SBJV;SG;1;PRS;LGSPEC1 ncurajer ncurajé V;NFIN;LGSPEC2 ncurajer ncurajove V;IPFV;IND;SG;1;PST ncurajer ncurajon V;IND;PL;1;PRS ncurajer ncurajassa V;IPFV;SBJV;SG;3;PST ncurajer ncurajovais V;IPFV;IND;PL;2;PST ncurajer ncurajeis V;SBJV;PL;2;PRS ncurajer ncurajassais V;IPFV;SBJV;PL;2;PST ncurajer ncurajer V;NFIN;LGSPEC1 ncurajer ncurajaras V;IND;SG;2;FUT ncurajer ncuraje V;SBJV;PL;3;PRS ncurajer ncuraje V;IND;SG;1;PRS;LGSPEC1 ncurajer ncuraja V;IND;PL;3;PRS;LGSPEC1 ncurajer ncurajaré V;IND;SG;1;FUT ncurajer ncurajes V;IND;SG;2;PRS;LGSPEC1 ncurajer ncurajeie V;SBJV;SG;3;PRS;LGSPEC2 ncurajer ncurajeies V;IND;SG;2;PRS;LGSPEC2 ncurajer ncurajea V;IND;SG;3;PRS;LGSPEC3 trasferir trasferesc V;NFIN;SG;2;LGSPEC2 trasferir trasferesce V;SBJV;SG;3;PRS;LGSPEC2 trasferir trasfere V;SBJV;SG;3;PRS;LGSPEC1 trasferir trasfer V;IND;PL;3;PRS;LGSPEC1 trasferir trasferivais V;IPFV;IND;PL;2;PST trasferir trasferissa V;IPFV;SBJV;PL;3;PST trasferir trasferesc V;IND;SG;3;PRS;LGSPEC2 trasferir trasferiras V;IND;SG;2;FUT trasferir trasferes V;SBJV;SG;2;PRS;LGSPEC1 trasferir trasferisses V;IPFV;SBJV;SG;2;PST trasferir trasfere V;SBJV;SG;1;PRS;LGSPEC1 trasferir trasferesce V;SBJV;SG;1;PRS;LGSPEC2 trasferir trasferisse V;IPFV;SBJV;SG;1;PST trasferir trasfer V;NFIN;SG;2;LGSPEC1 trasferir trasferissa V;IPFV;SBJV;SG;3;PST trasferir trasferiva V;IPFV;IND;PL;3;PST trasferir trasferide V;NFIN;PL;2 trasferir trasferiré V;IND;SG;1;FUT trasferir trasferion V;IND;PL;1;PRS trasferir trasferesces V;SBJV;SG;2;PRS;LGSPEC2 trasferir trasferive V;IPFV;IND;SG;1;PST trasferir trasfer V;IND;SG;3;PRS;LGSPEC1 trasferir trasferì V;NFIN;LGSPEC2 trasferir trasferion V;SBJV;PL;1;PRS trasferir trasferirà V;IND;SG;3;FUT trasferir trasferesc V;IND;PL;3;PRS;LGSPEC2 trasferir trasferieis V;SBJV;PL;2;PRS trasferir trasferissan V;IPFV;SBJV;PL;1;PST trasferir trasferissais V;IPFV;SBJV;PL;2;PST trasferir trasferirà V;IND;PL;3;FUT trasferir trasfere V;SBJV;PL;3;PRS;LGSPEC1 trasferir trasferesce V;SBJV;PL;3;PRS;LGSPEC2 trasferir trasferiron V;IND;PL;1;FUT trasferir trasferesce V;IND;SG;1;PRS;LGSPEC2 trasferir trasferes V;IND;SG;2;PRS;LGSPEC1 trasferir trasferives V;IPFV;IND;SG;2;PST trasferir trasferesces V;IND;SG;2;PRS;LGSPEC2 trasferir trasfere V;IND;SG;1;PRS;LGSPEC1 trasferir trasferireis V;IND;PL;2;FUT trasferir trasferivan V;IPFV;IND;PL;1;PST trasferir trasferiva V;IPFV;IND;SG;3;PST trasferir trasferir V;NFIN;LGSPEC1 trasferir trasferieis V;IND;PL;2;PRS
0b428923ac31250882a09c8d9fdd3e78adb327bd
449d555969bfd7befe906877abab098c6e63a0e8
/3689/CH3/EX3.4/3_4.sce
c2cc3462ffe3d430bbc595896c2c9fdf9ae8b16d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
313
sce
3_4.sce
////Variable Declaration cpsubysy = 1000 //Specific heat ration of surrounding and system Tpreci = 0.006 //Precision in Temperature measurement, °C //Calcualtions dtgas = -cpsubysy*(-Tpreci) //Results printf("\n Minimum detectable temperature change of gas +-%4.1f °C",dtgas)
4a8cab45d4f7ffe10e911666f2227c45789a93ee
449d555969bfd7befe906877abab098c6e63a0e8
/2411/CH3/EX3.c.206/Ex3c_6.sce
574d711dc23870345198b6fdded9ba78ea018229
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
609
sce
Ex3c_6.sce
// Scilab Code Ex3c.6: Page-185 (2008) clc; clear; D = 100; // Distance between the source and the slit, cm lambda = 5893e-008; // Wavelength of light, cm d1 = 4.05e-001; // Distance between the images of the two slits in one position, cm d2 = 2.90e-001; // Distance between the images of the two slits in second position, cm d = sqrt(d1*d2); // Separation between the two slits, cm bita = lambda*D/d; // Fringe width, cm printf("\nThe distance between consecutive interference bands = %6.4f cm", bita); // Result // The distance between consecutive interference bands = 0.0172 cm
c969e6b98b3f4e5a17492a00b2da50ab2d5cdcf7
449d555969bfd7befe906877abab098c6e63a0e8
/2123/CH5/EX5.9/Exa_5_9.sce
348a250d834028a48d5e7b3691faba8062291f34
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
973
sce
Exa_5_9.sce
//Example No. 5.9 clc; clear; close; format('v',6); //Given Data : E1=200;//V E2=300;//V E3=400;//V E4=500;//V E5=600;//V E6=700;//V Ia1=20;//A Ia2=30;//A Ia3=40;//A Ia4=50;//A Ia5=60;//A Ia6=70;//A Rt=0.6;//ohm Tload=600;//N-m omega_m=Tload*2*%pi/60;//rad/s Kefi1=E1/omega_m; Kefi2=E2/omega_m; Kefi3=E3/omega_m; Kefi4=E4/omega_m; Kefi5=E5/omega_m; Kefi6=E6/omega_m; T1=E1/omega_m*Ia1;//N-m T2=E2/omega_m*Ia2;//N-m T3=E3/omega_m*Ia3;//N-m T4=E4/omega_m*Ia4;//N-m T5=E5/omega_m*Ia5;//N-m T6=E6/omega_m*Ia6;//N-m subplot(1,2,1); plot([Ia1 Ia2 Ia3 Ia4 Ia5 Ia6],[Kefi1 Kefi2 Kefi3 Kefi4 Kefi5 Kefi6]) title('Ia Vs Kefi'); xlabel("Ia(A)"); ylabel("Kefi"); subplot(1,2,2); plot([Ia1 Ia2 Ia3 Ia4 Ia5 Ia6],[T1 T2 T3 T4 T5 T6]) title('Ia Vs T'); xlabel("Ia(A)"); ylabel("T(N-m)"); //From the graph : T=600;//N-m Ia=63;//A Kefi=9.8; E=Kefi*omega_m;//V R=E/Ia;//ohm Rdb=R-Rt disp(Rdb,"Resistance for dynamic braking in ohm : ");
c14a950c44e39f3973656bfeb01dac42fb3eb856
449d555969bfd7befe906877abab098c6e63a0e8
/1163/CH10/EX10.9/example_10_9.sce
69ef6ccd392cfa3ce47314d016040307cce8c428
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
473
sce
example_10_9.sce
clear; clc; disp("--------------Example 10.9---------------") dmin=4; // minimum Hamming distance s=dmin-1; //error detection t=(dmin-1)/2; //error correction // display result printf("This code guarantees the detection of up to %d errors.\n\n",s); printf("It can correct upto %d error.\nIn other words, if this code is used for error correction, part of its capability is wasted. Error correction codes need to have an odd\nminimum distance (3, 5, 7, ... ).",t);
cf96ce04adf1192b5d7840e0799685dceafcc9cd
449d555969bfd7befe906877abab098c6e63a0e8
/905/CH8/EX8.2/8_2.sce
60f3ee90dee58c11d3dcbceb0cdcde4be25af863
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
947
sce
8_2.sce
clear; clc; // Illustration 8.2 // Page: 480 printf('Illustration 8.2 - Page: 480\n\n'); // solution // A - water vapor B - air // REference state is air // ****Data****// T_ref = 273; // [Reference temperature, K] T = 303; // [K] P_total = 1; // [atm] P_A = 4.24; // [Vapor pressure of water at 303K, kPa] M_A = 18; // [gram/mole] M_B = 29; // [gram/mole] C_A = 1.884; // [kJ/kg.K] C_B = 1.005; // [kJ/kg.K] lambda = 2502.3; // [Latent heat of Vaporization at 273K, kJ/kg] //*****// P_total = P_total*101.325; // [kPa] // From equation 8.2 Y_s = P_A/(P_total - P_A)*(M_A/M_B); //[kg H2O/ kg dry air] printf("Absolute humidity of mixture of water vapor and air is %f kg H2O/kg dry air\n\n",Y_s); // From equation 8.3 H_s = C_B*(T-T_ref) + Y_s*(C_A*(T-T_ref) + lambda); // [kJ/kg dry air] printf("Enthalpy per unit mass of dry air of a saturated mixture at 303 K and 1 atm is %f kJ/kg dry air\n",H_s);
dc28d417b29835daf47ed7f86df9cc768c534b5f
6289dc8e8cc0adea67d095ebc83581c97dc135c9
/systems_cs_3214/group451/esh/src/tests/plugin.tst
a3cac0ef4186d8d323bfeede6c12ab6073a76dd8
[]
no_license
elmerland/cs
22bb1f405eb976f5d73428481d63d95baa16b095
09c19683b8014690ca34162f35ae1974c18b9e53
refs/heads/master
2020-12-07T00:34:30.328884
2015-06-01T21:35:36
2015-06-01T21:35:36
26,732,661
2
3
null
null
null
null
UTF-8
Scilab
false
false
118
tst
plugin.tst
= Plugin Tests 10 plugin/group451_piglatin_test.py 10 plugin/group451_history_test.py 10 plugin/group451_yolo_test.py
37f5cdb87d951735183b959b0b7d441780af60f7
449d555969bfd7befe906877abab098c6e63a0e8
/3685/CH18/EX18.10/Ex18_10.sce
8ccdf32cbf825727bb2d0d4e09938b05abd1ca98
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
844
sce
Ex18_10.sce
clc b = 10 // width of plate in cm h = 15 // Height of plate in cm hr = 8.72 // Radiative heat transfer coefficient in W/m^2K tw = 140 // temperature of wall in degree Celsius tf = 20 // Atmospheric temperature in degree Celsius v = 2.109e-5 // Coefficient of dynamic viscosity in m^2/s Pr = 0.692 // Prantl number K = 0.0305 // Thermal conductivity in W/mK L = 0.15 // characteristic length in m g = 9.81 // Gravitational acceleration in m/s^2 printf("\n Example 18.10\n") A = 2*b*1e-2*h*1e-2 // total area of plate t_mean = (tw+tf)/2 +273 B = 1/t_mean del_t = tw-tf Gr = g*B*del_t*L^3/v^2 // Grashoff number x = Gr*Pr if x<1e9 then Nu = 0.59*(Gr*Pr)^0.25 end hc = Nu*K/L Q = (hc+hr)*A*del_t // Rate of heat dissipation printf("\n Rate of heat dissipation is %f W",Q) //The answers vary due to round off error
d431d1469dad3be8b81da7ca9d315b952d268bfe
449d555969bfd7befe906877abab098c6e63a0e8
/1592/CH1/EX1.7/Example1_7.sce
955fcf84815005df8f597102c6d90ce44291b176
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
731
sce
Example1_7.sce
//Scilab Code for Example 1.7 of Signals and systems by //P.Ramakrishna Rao clear; clc; function [y]=u(t) if t>=0 y=1 else y=0 end endfunction n=1; for t=-10:0.1:10; //Function for Even signal y1(n)=0.5*(exp(-t)*u(t)+exp(t)*u(-t)); n=n+1; end a=gca(); a.x_location="origin"; a.y_location="origin"; t=-10:0.1:10; //Plot of Even Signal plot(t,y1); title('y1(t)'); xlabel('Time in seconds'); n=1; for t=-1:0.01:1; //Function for Odd signal y2(n)=0.5*(exp(-t)*u(t)-exp(t)*u(-t)); n=n+1; end figure(1); a=gca(); a.x_location="origin"; a.y_location="origin"; t=-1:0.01:1; //Plot of Odd Signal plot(t,y2) disp('plotted the signal both in even and odd forms'); title('y2(t)'); xlabel('Time in seconds');
b7b0d30d95cb65e4f2c28cddfc9d18c8a51411a9
449d555969bfd7befe906877abab098c6e63a0e8
/3689/CH18/EX18.5/18_5.sce
f0c199f8ca51b58601d5a83974aada70438d8f01
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
337
sce
18_5.sce
//// //Variable Declaration kAbykI = 2.0 //Ratio of rate constants kA = 0.1 //First order rate constant for rxn 1, 1/s kI = 0.05 //First order rate constant for rxn 2, 1/s //Calculations tmax = 1/(kA-kI)*log(kA/kI) //Results printf("\n Time required for maximum concentration of A: %4.2f s",tmax)
f771dab55d624eaabead9113b621969cd956ea68
daf9a7434ea9996fc591a79030570f48e396cdc5
/Normal/N(0,1)/Normal CDF.sce
65dc8fc9520fe3effcda65900313db6984b37dd9
[]
no_license
isabelle-le/MonteCarloSimulation
c8dbfc2f5485f6dc6291654032ecad6c01cce401
f96e0a11569b3e4dade452d99e9c1bbd6c3efb81
refs/heads/master
2020-04-05T22:40:20.686962
2018-11-12T19:18:50
2018-11-12T19:18:50
157,263,752
0
0
null
null
null
null
UTF-8
Scilab
false
false
752
sce
Normal CDF.sce
//Normal (0,1) Distribution CDF // Le Thu Huong ADEO1 clc N = 10000; n = 30; x0 = -4; xmax = 4; delx = 0.2; x = [x0:delx:xmax]; for k = 1:length(x) c=0; for j = 1:N ubar = 0; alpha = 0; for i = 1:n u = rand(); ubar = ubar + u/n; end alpha = sqrt(12*n)*(ubar - 0.5); normal = alpha; if normal < x(k)+ delx then c = c + 1; end end Proba(k)= c/N; end plot(x,Proba,'dg'); title('Simulation of Normal Distribution - CDF'); xlabel(' number of x'); ylabel(' F[x]');
90975651b1b6e6b78781f2f4b6b9513c8179ea0d
449d555969bfd7befe906877abab098c6e63a0e8
/1026/CH6/EX6.13/Example6_13.sce
13d17c3bdd63ee14a571a4631708b3e807f74132
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
325
sce
Example6_13.sce
//chapter6,Example6_13,pg 125 e=1.6*10^-19 n=7*10^21 ue=0.39 V=10^-3 A=10^-6 L=10*10^-3 I=(n*e*ue*V*A)/L Rhe=-(1/(n*e)) Bz=0.2 d=10^-3 Vhe=(Rhe*I*Bz)/d printf("current through bar I=%.7f A\n",I) printf("\nhall coeff. Rhe=%.6f m3/c\n",Rhe) printf("\nhall voltage Vhe=%.8f volt\n",Vhe)
9be4a120cd82d8b01a6dfe38752d4fc0a5a346e8
d4433dc5a6e90f6a26a4c5d9dee686eade240b25
/3DTEST5.TST
254d3fbd05e62b569d4de624be65337012f15bfd
[]
no_license
qb40/all
6e2149ef3c6151717e468ca236840de622cf7d2a
e168acb64fbde09277b04515574507dcbe35161c
refs/heads/master
2022-02-05T17:58:39.207269
2014-01-19T13:28:41
2014-01-19T13:28:41
106,962,623
5
0
null
2017-10-14T21:02:04
2017-10-14T21:02:03
null
UTF-8
Scilab
false
false
2,130
tst
3DTEST5.TST
'3d Formula for Coordinate Axes 'x2=-z*sin@+x*cos@ 'y2=-z*cos@*sin#-x*sin@*sin#-y*cos#+p 'z2=-z*cos@*cos#-x*sin@*cos#+y*sin# 'x3=256*(x2/(zcenter+z2))+xcenter 'y3=256*(y2/(zcenter+z2))+ycenter '3d Formula for Computer Axes 'x2=z*sin@+x*cos@ 'y2=z*cos@*sin#-x*sin@*sin#+y*cos#+p 'z2=z*cos@*cos#-x*sin@*cos#-y*sin# 'x3=256*(x2/(zcenter-z2))+xcenter 'y3=256*(y2/(zcenter-z2))+ycenter '@ = theta = Left-Right cockscrew up (cockscrew=clockwise turn) '# = phi = Up-Down cockscrew right 'Coordinate Axes ' ^y ' | ' | ' | ' ----->x ' / 'z 'Computer Axes '----->x '|\ '| \z '| 'y 'Sampling Computer Axes ... 'Press a key DIM sine(359), cosine(359) FOR i% = 0 TO 359 sine(i%) = SIN((CSNG(i%) / 180) * 3.14) cosine(i%) = COS((CSNG(i%) / 180) * 3.14) NEXT SCREEN 9, , 1, 0 TYPE objects x AS SINGLE y AS SINGLE z AS SINGLE clr AS INTEGER END TYPE DIM obj(18) AS objects FOR i% = 0 TO UBOUND(obj) RANDOMIZE TIMER READ obj(i%).x, obj(i%).y, obj(i%).z obj(i%).clr = i% MOD 256 NEXT k$ = INPUT$(1) xcentre = 250 ycentre = 150 zcentre = 256 theta = 0 phi = 0 DIM x3(UBOUND(obj)), y3(UBOUND(obj)) i% = 1 a = TIMER t = .01 DO FOR j% = 0 TO UBOUND(obj) x2 = obj(j%).z * SIN(theta) + obj(j%).x * COS(theta) y2 = obj(j%).z * COS(theta) * SIN(phi) - obj(j%).x * SIN(theta) * SIN(phi) + obj(j%).y * COS(phi) z2 = obj(j%).z * COS(theta) * COS(phi) - obj(j%).x * SIN(theta) * COS(phi) - obj(j%).y * SIN(phi) x3(j%) = 256 * (x2 / (-z2 + zcentre)) + xcentre y3(j%) = 256 * (y2 / (-z2 + zcentre)) + ycentre NEXT IF (INKEY$ = CHR$(27)) THEN i% = (i% + 1) MOD 2 CLS SELECT CASE i% CASE 0 FOR k% = 0 TO UBOUND(obj) LINE (xcentre, ycentre)-(x3(k%), y3(k%)), obj(k%).clr NEXT CASE 1 LINE (xcentre, ycentre)-(xcentre, ycentre), 0 FOR k% = 0 TO UBOUND(obj) LINE -(x3(k%), y3(k%)), obj(k%).clr NEXT CASE ELSE END SELECT PCOPY 1, 0 theta = theta + .01 phi = phi + .01 LOOP PRINT "Vic Luce="; TIMER - a 'zxy DATA 0,0,0 DATA 0,50,0 DATA 0,50,50 DATA 0,0,50 DATA 0,0,0 DATA 50,0,0 DATA 50,50,0 DATA 0,50,0 DATA 0,0,0 DATA 50,0,0 DATA 50,0,50 DATA 50,50,50 DATA 50,50,0 DATA 50,0,0 DATA 50,0,50 DATA 0,0,50 DATA 0,50,50 DATA 50,50,50 DATA 50,0,50
ac2a4f116a99ef5936f19ac5184ccd91754d2501
449d555969bfd7befe906877abab098c6e63a0e8
/1985/CH12/EX12.3/Chapter12_example3.sce
f694325cfc9627f2960ee9de160df18f3f5a5a72
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
391
sce
Chapter12_example3.sce
clc clear //Input data l=6*10^-7//Wavelength of the photon in m P=2//Power of lamp in W h=6.625*10^-34//Plancks constant in J.s c=3*10^8//Velocity of light in m/s //Calculations E=((h*c)/l)/10^-19//Energy of photon in J*10^-19 n=(P/(E*10^-19))/10^18//The number of photons emitted per second*10^18 //Output printf('The number of photons emitted per second is %3.4f*10^18',n)
a6408681c7413eb9ca65ab57755112df18f8b76e
449d555969bfd7befe906877abab098c6e63a0e8
/3537/CH1/EX1.14/Ex1_14.sce
c4a7b5ec28711637c90ad571ca85dbf1c8efd661
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
227
sce
Ex1_14.sce
//Example 1_14 clc(); clear; //To calculate the distance from the fringe n=10 lamda=6000*10^-10 //units in mts alpha=0.01 x=(((2*n)-1)*lamda)/(4*alpha) //units in mts printf("Distance from 10th fringe is %.6f mts",x)
0876758f50b8cff4f9b939daccbbbb36814eb868
449d555969bfd7befe906877abab098c6e63a0e8
/3843/CH7/EX7.3/Ex7_3.sce
8cc2f694fd8c584eafe9e1cd1d0c44bf8d566573
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
784
sce
Ex7_3.sce
// Example 7_3 clc;funcprot(0); // Given data m_CO2=0.1;// lbm of CO_2 m_N2=0.1;// lbm of N_2 T_0=77+460;// °R P=30;// psia P_0=14.7;// psia T=440;// °F R=1.986;// Btu/lbmol-°R // Calculation // Use table F-4E,for CO_2 h=7597.6;// Btu/lbmol h_0=4030.2;// Btu/lbmol phi=56.070;// Btu/lbmol-°R phi_0=51.032;// Btu/lbmol-°R X_CO2=(m_CO2/44)*[(h-h_0)-(T_0*((phi-phi_0)-(R*log(P/P_0))))];// The availability of CO_2 in Btu printf("\nThe availability of CO_2,X=%1.2f Btu",X_CO2); // Use table F-4E,for N_2 h=6268.1;// Btu/lbmol h_0=3279.5;// Btu/lbmol phi=49.352;// Btu/lbmol-°R phi_0=45.743;// Btu/lbmol-°R X_N2=(m_N2/28)*[(h-h_0)-(T_0*((phi-phi_0)-(R*log(P/P_0))))];// The availability of N_2 in Btu printf("\nThe availability of N_2,X=%1.2f Btu",X_N2);
68be928ebcfacac4b4056e44e6a58a16a3eee62c
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.3.1/macros/scicos/tree.sci
70ffc51b86e92e97cb45267a14a580b25fcc7b88
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain", "MIT" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
662
sci
tree.sci
function [ord,ok]=tree(vec,IN,dep_ut) //compute blocks execution tree //This function is not used anymore, it is replaced by ctree. ok=%t for j=1:nb+2 fini=%t for i=1:nb if vec(i)==j-1 then if j==nb+2 then message('algebraic loop detected');ok=%f;ord=[];return; end k=outptr(i):outptr(i+1)-1; kk=[]; for l=k ii=IN(cmatp(l)); if dep_ut(ii,1) then fini=%f; kk=[kk ii]; end end vec(kk)=j*ones(kk) ; end end if fini then break;end end [k,ord]=sort(-vec); ord(find(k==1))=[]; tokill=[] for i=1:prod(size(ord)) l=ord(i) if outptr(l+1)-outptr(l)==0 then tokill=[tokill i];end end ord(tokill)=[]
35ddd464bb09ae3c9b0959f1e3180c885e3573d0
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.2/macros/percent/%sfsp.sci
e590390f801c48d1a0c06da6bb3c72361436c3a5
[ "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
63
sci
%sfsp.sci
function a=%sfsp(a,b) // [a;b] a sparse b full a=[sparse(a);b]
82d421b8bc4638e2b16e9477fc056a9daa98e191
2c2dc93267283e4aebcffffd5bd76e19ddcf5cc7
/output/C45/Prob-resultC45.tst
2983807503b1476bd7c7145a75e9c48bc0722385
[]
no_license
joseangeldiazg/probabilistic_keel
c9cf4ddc2cf750cbbeca88e6f84218084892ae1f
6c5ddf8c98cc7431d523b291e521d1e8607dc662
refs/heads/master
2020-05-21T12:26:41.754863
2017-01-08T10:29:44
2017-01-08T10:29:44
55,733,275
1
0
null
null
null
null
UTF-8
Scilab
false
false
816
tst
Prob-resultC45.tst
True-Class Iris-setosa Iris-versicolor Iris-virginica Iris-setosa 1.0 0.0 0.0 Iris-setosa 1.0 0.0 0.0 Iris-setosa 1.0 0.0 0.0 Iris-setosa 1.0 0.0 0.0 Iris-setosa 0.0 0.9772727272727273 0.022727272727272728 Iris-versicolor 0.0 0.9772727272727273 0.022727272727272728 Iris-versicolor 0.0 0.9772727272727273 0.022727272727272728 Iris-versicolor 0.0 0.9772727272727273 0.022727272727272728 Iris-versicolor 0.0 0.9772727272727273 0.022727272727272728 Iris-versicolor 0.0 0.9772727272727273 0.022727272727272728 Iris-virginica 0.0 0.023809523809523808 0.9761904761904762 Iris-virginica 0.0 0.023809523809523808 0.9761904761904762 Iris-virginica 0.0 0.9772727272727273 0.022727272727272728 Iris-virginica 0.0 0.023809523809523808 0.9761904761904762 Iris-virginica 0.0 0.023809523809523808 0.9761904761904762
6fc2d2ab98d0b2bed4c173e77906f93623fc92ea
449d555969bfd7befe906877abab098c6e63a0e8
/2006/CH5/EX5.10/ex5_10.sce
d9e32fa75f5aee3d376376ba5d6f25e76716b37d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
504
sce
ex5_10.sce
clc; p1=1; // initial pressure of air in piston cylinder arrangement in bar T=300; // Temperature of air in piston cylinder arrangement in kelvin p2=10; // Final pressure of air in piston cylinder arrangement in bar R=0.287; // Characteristic gas constant of air in kJ/kg K disp("The change in internal energy during the isothermal process is zero"); w=R*T*log (p1/p2); // Work done disp ("kJ/kg",w,"Work done = "); q=w; // From first law of thermodynamics disp ("kJ/kg",q,"Heat transfer = ");
38a7889285b155cdd7b152f24c273738a3ada231
e8dbcf469ba8a31d6926ba791ebc5dcccd50282b
/Scripts/DML/Consultas/Test/consulta_por_tipo_fumador.tst
f9210aa6cc9094f9b77b32cb3ff174823f39665e
[]
no_license
bryanjimenezchacon/bryanjimenezchacon.github.io
5f2a0f1dbfbc584a65dece48f98b1c13d755512f
7062d1860934808265c05491007c83f69da1112a
refs/heads/master
2021-01-23T17:20:11.542585
2015-10-10T05:52:52
2015-10-10T05:52:52
41,244,377
2
0
null
2015-08-26T15:46:04
2015-08-23T09:52:06
JavaScript
UTF-8
Scilab
false
false
236
tst
consulta_por_tipo_fumador.tst
PL/SQL Developer Test script 3.0 5 begin -- Call the procedure personas_por_tipo_fumador(pfumador => :pfumador, p_recordset => :p_recordset); end; 2 pfumador 1 Mensualmente 5 p_recordset 1 <Cursor> 116 0
8012a8b5461d72ae8e8b7409e623a9e297b0b79d
449d555969bfd7befe906877abab098c6e63a0e8
/2240/CH31/EX30.6/EX30_6.sce
a8aea81bfc47b0010c4a106bbcaef1bdd9be914f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
711
sce
EX30_6.sce
// Grob's Basic Electronics 11e // Chapter No. 30 // Example No. 30_6 clear; clc; // Calculate the Voltage Gain Av and Output Voltage Vo // Given Data Rd = 1.5*10^3; // Drain Resistor=1.5 kOhms Rl = 10*10^3; // Load Resistor=10 kOhms Idss = 10*10^-3; // Idss=10 mAmps Vgs = -1; // Voltage Gate-Source=-1 Volts Vgsoff = -4; // Voltage Gate-Source(off)=-4 Volts Vin = 0.2; // Input Voltage=0.2 Volts(p-p) gmo = 2*Idss/(-Vgsoff); gm = gmo*(1-(Vgs/Vgsoff)); rl = (Rd*Rl)/(Rd+Rl); Av = gm*rl; disp (Av,'The Voltage Gain Av is') disp ('Appox 4.875') Vo = Av*Vin disp (Vo,'The Output Voltage Vo in Volts(p-p)') disp ('Appox 0.975 Volts(p-p)')
9de6394345969b42aca52945d3d4ba77376ec792
449d555969bfd7befe906877abab098c6e63a0e8
/1898/CH9/EX9.15/Ex9_15.sce
1e140816e2edb43812d1e5cd6209187a74809241
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
564
sce
Ex9_15.sce
clear all; clc; disp("Scilab Code Ex 9.15 : ") //Given: sigma_max = 32; //MPa sigma_min = 0; //MPa sigma_int = 16; //MPa tou_max = (sigma_max - sigma_min)/2 ; //MPa sigma_avg = (sigma_max + sigma_min)/2 ; //MPa tou_in_plane = (sigma_max - sigma_int)/2; sigma_avg2 = sigma_avg + (tou_in_plane); //Display: printf('\n\nThe maximum absolute shear stress = %1.2f MPa',tou_max); //----------------------------------------------------------------------END--------------------------------------------------------------------------------
2886eb71f46b5dbf2e8dc56aadc8cbf8faf589ee
449d555969bfd7befe906877abab098c6e63a0e8
/22/CH5/EX5.2/ch5ex2.sce
39cc98136d428f0557fa827d10ee9957577cdfcd
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
591
sce
ch5ex2.sce
//example 5.2 (c) //Z-transform of sine signal syms n z; Wo =%pi/4; a = (0.33)^n; x1=%e^(sqrt(-1)*Wo*n); X1=symsum(a*x1*(z^(-n)),n,0,%inf) x2=%e^(-sqrt(-1)*Wo*n) X2=symsum(a*x2*(z^(-n)),n,0,%inf) X =(1/(2*sqrt(-1)))*(X1+X2) disp(X,"ans=") //example 5.2 (a) //Z-transform of Impulse Sequence syms n z; X=symsum(1*(z^(-n)),n,0,0); disp(X,"ans=") //example 5.2 (d) //Z-transform of given Sequence syms n z; X=symsum(1*(z^(-n)),n,0,4); disp(X,"ans=") //example 5.2 (b) //Z-transform of unit function Sequence syms n z; X=symsum(1*(z^(-n)),n,0,%inf); disp(X,"ans=")
4dae3f6e4d7699352f67dd0bc19e1679c90db978
902949e88de48d26a776408036e59b88e92a4e4a
/SEM 4/Courses/LA/scilab files/gausjordonmethod.sce
ebb5126934b350cfb6622dc4d9897bef79cf741b
[]
no_license
Harshxz62/CourseMaterials
ea0f2097aefdd3a0fe3c36cbfbec8efafae7ebb2
2d4c9aec2dd46f7792dc0b8e5d8ac01dd8456525
refs/heads/master
2023-02-06T08:40:39.953844
2021-01-01T06:50:17
2021-01-01T06:50:17
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
341
sce
gausjordonmethod.sce
A = [1 1 1;4 3 -1;3 5 3]; n = length(A (1,:)); Aug = [ A, eye(n,n)]; for j=1:n-1 for i=j+1:n Aug(i,j:2*n)=Aug(i,j:2*n)-Aug(i,j)/Aug(j,j)*Aug(j,j:2*n); end end for j=n:-1:2 Aug(1:j -1,:)=Aug(1:j -1,:)-Aug(1:j -1, j)/Aug(j,j)*Aug(j,:); end for j=1:n Aug(j,:)=Aug(j,:)/Aug(j,j); end B =Aug(:,n+1:2*n); disp(B,'The inverse of A is');
aa5f472fe6b115f7a02c1668f2cbff7afcf539bf
449d555969bfd7befe906877abab098c6e63a0e8
/2441/CH5/EX5.8/Ex5_8.sce
9194eff06d1ede1d7c4a58bff4d577bc7ce38f64
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
643
sce
Ex5_8.sce
//Example 5.8 clc;clear;close; format('v',6); C=4000;//MW f=50;//Hz L=2500;//MW//Load R=2;//Hz/p.u.MW////Speed regulation constant H=5;//sec////Inertia constant delPL=2;//%////change in load delf=1;//%////change in frequency disp("Part(a)"); D=delPL/delf*L/f;//MW/Hz D=D/C;//p.u.MW/Hz Beta=D+1/R;//p.u.MW/Hz delf0=-0.2;//Hz M=-(delf0)*Beta;//p.u.MW M=M*C;//MW disp(M,"Largest change in step load(MW)"); disp("Part(b)"); Kp=1/D;//Hz/p.u.MW Tp=2*H/f/D;//sec Tdash=(R+Kp)/R/Tp;//sec disp(Tdash,"(R+Kp)/(R*Tp) in seconds = "); printf('Change in frequency as a funtion of time, \ndelf(t) = -0.2*(1-epsilon^(-%f*t))',Tdash);
7542a388351b19144e78d2b2c892dfc45efc13c3
449d555969bfd7befe906877abab098c6e63a0e8
/2339/CH3/EX3.34.1/Ex3_34.sce
b279f7fa6c340653445118a59128f8ede6d7fbd2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
584
sce
Ex3_34.sce
clc clear //Inputs //The Values in the program are as follows: //Temperature in Celcius converted to Kelvin(by adding 273) //Pressure in bar converted to kPa (by multiplying 100) //Volume in m^3 //Value of R,Cp and Cv in kJ/kg K m=1; P1=10; T1=337+273; P2=1; V=6; R=0.287; G=1.4; x=log(P2/P1); y=log(1/V); n=x/y; printf('The Value of n: %3.3f ',n); printf('\n'); V1=(m*R*T1)/(P1*100); V2=V1*6; W=((P1*100*V1)-(P2*100*V2))/(n-1); printf('The Work Done: %3.1f kJ',W); printf('\n'); Q=((G-n)/(G-1))*W; printf('The Heat Transfer: %3.2f kJ',Q); printf('\n');
3bb5b9cbc5e519253868c482c48fb3b2559a82e0
449d555969bfd7befe906877abab098c6e63a0e8
/29/CH12/EX12.46/exa12_46.sce
6c9c3bd4067777c52c9e031d7558ed33950eaa3b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
1,015
sce
exa12_46.sce
//caption:root_locus_and_value_of_K //example 12.46 //page 570 s=%s; syms K; GH=K/(s*((s+6)^2)) disp("the characterstics eq. is determined as:") CH=(s*((s+6)^2))+K CH=sym('(s*((s+6)^2))+K'); disp('=0',CH,"characterstics_eq,CH=") c0=coeffs(CH,'s',0); c1=coeffs(CH,'s',1); c2=coeffs(CH,'s',2); c3=coeffs(CH,'s',3); b=[c0 c1 c2 c3] n=4; routh=[b([4,2]);b([3,1])]; routh=[routh;-det(routh)/routh(2,1),0] t=routh(2:3,1:2) routh=[routh;-det(t)/t(2,1),0] K=sym('-(s*((s+6)^2))') d=diff(K,s) e=3*s^2+24*s+36 r1=roots(e) disp(r1,"roots=") disp("-2 is break away point sinc it lies on root locus") disp(routh,"routh=") disp("for given system to be marginally stable:"); disp("(-(K-432)/12)=0 "); disp("which gives:"); disp("K=432"); K=432;//considering positive value k=432 a=12*s^2+k//intersection of root locus with imaginary axis plane r=roots(a) g=k/(s*((s+6)^2)) G=syslin('c',g) clf(); evans(g,5) xgrid(2) disp(r,"the point of intersection of root locus with imaginary axis =")
3ca4a0c8a2bd705c5247521139626eb7d87ffb34
449d555969bfd7befe906877abab098c6e63a0e8
/3472/CH13/EX13.1/Example13_1.sce
bb9ce56d4161638425c7bcc15a08bb23d3dad0c7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
1,239
sce
Example13_1.sce
// A Texbook on POWER SYSTEM ENGINEERING // A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar // DHANPAT RAI & Co. // SECOND EDITION // PART II : TRANSMISSION AND DISTRIBUTION // CHAPTER 6: INTERFERENCE OF POWER LINES WITH NEIGHBOURING COMMUNICATION CIRCUITS // EXAMPLE : 6.1 : // Page number 206 clear ; clc ; close ; // Clear the work space and console // Given data f = 50.0 // Frequency(Hz) d = 4.0 // Spacing b/w conductors(m) D = 2.0 // Distance of telephone line below conductor(m) s = 60.0/100 // Spacing b/w telephone line(m) r = 2.0 // Radius of power line(mm) I = 150.0 // Current in power line(A) // Calculations D_ac = (D**2+((d-s)/2)**2)**0.5 // Distance b/w a & c(m) D_ad = (D**2+(((d-s)/2)+s)**2)**0.5 // Distance b/w a & d(m) M = 4.0*10**-7*log(D_ad/D_ac)*1000 // Mutual inductance b/w circuits(H/km) V_CD = 2.0*%pi*f*M*I // Voltage induced in the telephone line(V/km) // Results disp("PART II - EXAMPLE : 6.1 : SOLUTION :-") printf("\nMutual inductance between the circuits, M = %.e H/km", M) printf("\nVoltage induced in the telephone line, V_CD = %.2f V/km", V_CD)
1770869d10570f1d930182de41ad8214d9fdf370
6bd47868c9c7b3e9469b27f60a4757816a62060b
/Integrasi Numerik/reimann.sci
9477367e6ced4e1e2f70566ef0840aef6d665eab
[]
no_license
fahrioghanial/Program-Metode-Numerik
555401132e47516ff38ab7d38e1056c16e45ab1a
83cfe9144c72a3adbabbe71923f32ab6209b02e8
refs/heads/master
2023-02-28T16:14:24.353765
2021-02-04T08:04:46
2021-02-04T08:04:46
335,882,015
0
0
null
null
null
null
UTF-8
Scilab
false
false
489
sci
reimann.sci
/* Nama : Mohamad Fahrio Ghanial Fatihah NPM : 140810190005 Deskripsi : Program */ clear; clc; printf('\nProgram Integrasi Numerik Metode Reimann\n'); X = [1.0 1.3 1.6 1.9 2.2]; Y = [3.0 4.0 6.0 5.0 7.0]; printf('Diketahui Data Berikut:\n'); //Menampilkan data for i=1:5 printf('n = %d\t x = %.2f\t f(x) = %.6f\n',i-1, X(i),Y(i)); end a=X(1); b=X(5); n = 4; h = (b-a)/n; sigma=0; for r=1:n+1 sigma=sigma+Y(r); end I=h*sigma; printf('\nJadi luas daerahnya adalah : %.6f', I);
1e0c6ade6a708bc1f0ebe4029348984b93607d85
094316b2facc4f73c0685b382d8f95b4fc4efcbc
/Numeric Methods/Matrices.sce
5a488ae38b2c63512eda2e2fad47db6c396a1931
[]
no_license
gggfox/NumericMethods
8be5d629fc5898cefb5f962bcb894e74e3982def
60a5b8220f3897d108cb0c2475a44b89bbf452a0
refs/heads/master
2020-04-25T12:03:03.322904
2019-04-01T20:28:30
2019-04-01T20:46:28
172,553,096
0
0
null
null
null
null
UTF-8
Scilab
false
false
756
sce
Matrices.sce
//MAT=[1, 2, 3, 1; 4, 5, 6, -2; 7, 8, 10, 5] //variables para el tamano de las columna y filas function m = GaussJordan(MAT) //iniciamos la funcion m = 0 //conseguimos los tamaños para filas y columnas rowSize = size(MAT,1) colSize = size(MAT,2) for i = 1: rowSize pivote = MAT(i,i) for j = 1: colSize m(i,j) = MAT(i,j) / pivote end for k = 1: rowSize if i <> k then fact = -MAT(k,i) for j = 1: colSize MAT(k,j) = MAT(k,j) + fact * MAT(i,j) end end end disp(m) end for x=1:rowSize X(x,1) = m(x, colSize) end disp(X) endfunction MAT = input("dame una matriz") X=GaussJordan(MAT) disp(X)
431f413256e7533a0186452a4ca4cdbcbc04e5af
c89c3eb73e1c7b9f26076ad36749b4fd9ee2a69d
/My Implementations/Inc16.tst
617b875e14be4ec412cc8d64c27aa77bd3e0cd5f
[]
no_license
gvela024/Elements-Of-Computing-Systems
cef0f824a4ca775ff7d2353a49c6510134db83da
65a2b40979439b0d77e6fab1b3faa4b1a78ddd03
refs/heads/master
2021-01-22T03:13:48.244660
2015-12-26T00:53:51
2015-12-26T00:53:51
41,272,979
0
0
null
2015-11-11T22:27:40
2015-08-24T00:17:59
Assembly
UTF-8
Scilab
false
false
255
tst
Inc16.tst
load Inc16.hdl, output-file Inc16.out, output-list in0%D1.7.1 sum%D1.7.1; set in0 %X0000, eval, output; set in0 %X0001, eval, output; set in0 %X0011, eval, output; set in0 %X0010, eval, output; set in0 %X7FFF, eval, output; set in0 %XFFFF, eval, output;
5ddfbab7cbfd7c093a5aac4e0957eeb3ef034fdc
c7ced92b3b997e791779f1c412013271486f1dae
/Tri.sce
fa2b842b4ebf2e1b734fbef1980c6e5e9fb99ea4
[]
no_license
rspeele/trivial-hs-ray
6c0bd2faacc03d8147c2c183d09d82fcca75bbb6
32540e30bf0677238fbd9ef7309c682f6b89419c
refs/heads/master
2016-09-10T04:28:34.059941
2012-04-13T21:32:46
2012-04-13T21:32:46
4,020,410
2
0
null
null
null
null
UTF-8
Scilab
false
false
447
sce
Tri.sce
Scene [ ( Tri (Vector3 320 380 0) (Vector3 540 0 0) (Vector3 100 0 0) , Material { matDiffuse = (Vector3 0 1 1) , matReflect = 0.5 , matSpecVal = (Vector3 1 1 1) , matSpecPow = 60 , matSpecGss = 0.1 , matSpecRms = 0.25 } ) ] [ Light (Vector3 0 240 (-100)) (Vector3 0.5 0.5 0.5) , Light (Vector3 640 240 (-10000)) (Vector3 0.15 0.15 0.15) , Light (Vector3 320 240 1000) (Vector3 0.15 0.15 0.15) ]
39d455a5ecfdf6fb42c36b20ff7388d58424a545
449d555969bfd7befe906877abab098c6e63a0e8
/1472/CH14/EX14.1/14_1.sce
84e44b86bf8f82b984e53be86a8241a92e9465be
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
474
sce
14_1.sce
clc //initialization of varaibles P1=200 //psia T1=750+460 //R P2=1 //psia //calculations disp("From steam tables,") h1=1399.2 h2=976 h3=69.70 v3=0.01614 dh3=v3*(P1-P2)*144/778 h4=dh3+h3 Q1=h1-h4 Wt=h1-h2 Wp=h4-h3 eta=(Wt-Wp)/Q1 w=2545/Wt //results printf("Heat supplied = %d B/lb",Q1+1) printf("\n Turbine work = %d B/lb",Wt) printf("\n Pump work = %.3f B/lb",Wp) printf("\n Efficiency = %.3f",eta) printf("\n Steam rate = %.2f lb steam per hr",w)
d91065fda84a4f9a4c6337e72694b9b2745c40c7
449d555969bfd7befe906877abab098c6e63a0e8
/1646/CH16/EX16.9/Ch16Ex9.sce
342688aa3b590447676cbbeff116dd4cba60bf7c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
459
sce
Ch16Ex9.sce
// Scilab Code Ex16.9 : Page-824 (2011) clc; clear; a = 4.2e-010; // Lattice parameter of cubic crystal, m h = 3; k = 2; l = 1; // Miller Indices for planes in a cubic crystal d_321 = a/(h^2+k^2+l^2)^(1/2); // The interplanar spacing for cubic crystals, m printf("\nThe interplanar spacing between consecutive (321) planes = %4.2f angstrom", d_321/1e-010); // Result // The interplanar spacing between consecutive (321) planes = 1.12 angstrom