Signup Issues have been resolved (hopefully). If you have previously had issues signing up for the forum, please try again.
0 Members and 2 Guests are viewing this topic.
//###########################################################int bmp_save_as(struct LaserBoy_bmp* bmp, char* file_name){ bmp_open_for_write (bmp, file_name); bmp_write_file_header (bmp ); bmp_write_palette (bmp ); bmp_write_image (bmp ); close (bmp->fd ); return 1;}
<?xml version="1.0" encoding="utf-8"?><geogebra format="3.2"><gui> <show algebraView="true" spreadsheetView="true" auxiliaryObjects="false" algebraInput="true" cmdList="true"/> <splitDivider loc="650" locVertical="400" loc2="250" locVertical2="300" horizontal="true"/> <font size="12"/> <consProtColumns col0="true" col1="true" col2="true" col3="false" col4="true" col5="false"/> <consProtocol useColors="true" showOnlyBreakpoints="false"/></gui><euclidianView> <size width="393" height="631"/> <coordSystem xZero="215.0" yZero="315.0" scale="50.0" yscale="50.0"/> <evSettings axes="true" grid="true" gridIsBold="false" pointCapturing="3" pointStyle="0" rightAngleStyle="1" checkboxSize="13" gridType="0"/> <bgColor r="255" g="255" b="255"/> <axesColor r="0" g="0" b="0"/> <gridColor r="192" g="192" b="192"/> <lineStyle axes="1" grid="10"/> <axis id="0" show="true" label="" unitLabel="" tickStyle="1" showNumbers="true"/> <axis id="1" show="true" label="" unitLabel="" tickStyle="1" showNumbers="true"/></euclidianView><spreadsheetView> <size width="624" height="634"/></spreadsheetView><kernel> <continuous val="false"/> <decimals val="2"/> <angleUnit val="degree"/> <coordStyle val="0"/></kernel><construction title="" author="" date=""><command name="Intersect"> <input a0="xAxis" a1="yAxis"/> <output a0="A"/></command><element type="point" label="A"> <show object="true" label="true"/> <objColor r="64" g="64" b="64" alpha="0.0"/> <layer val="0"/> <labelMode val="0"/> <coords x="-0.0" y="-0.0" z="1.0"/> <pointSize val="3"/></element><element type="point" label="B"> <show object="true" label="true"/> <objColor r="0" g="0" b="255" alpha="0.0"/> <layer val="0"/> <labelMode val="0"/> <animation step="0.1" speed="1.0" type="0" playing="false"/> <coords x="0.68" y="-0.72" z="1.0"/> <pointSize val="3"/></element><command name="Circle"> <input a0="A" a1="B"/> <output a0="c"/></command><element type="conic" label="c"> <lineStyle thickness="2" type="0"/> <show object="true" label="true"/> <objColor r="0" g="0" b="0" alpha="0.0"/> <layer val="0"/> <labelMode val="0"/> <lineStyle thickness="2" type="0"/> <eigenvectors x0="1.0" y0="0.0" z0="1.0" x1="-0.0" y1="1.0" z1="1.0"/> <matrix A0="1.0" A1="1.0" A2="-0.9808000000000001" A3="0.0" A4="0.0" A5="0.0"/> <eqnStyle style="specific"/></element></construction></geogebra>