Waitrud Weber’s blog

things and reminders for memories

2019-12-01から1ヶ月間の記事一覧

3d: WindowsAPI: Windows-make: Curve Lines, we could temporarily effect Linear C2:

.\vCurveCalculation.cpp Tue Dec 31 07:51:54 2019 1 :#include 2 :#include 3 :#include // ADD: 20191230 4 : 5 :#include "array_counter.h" // ADD: 20191230 6 :#include "sender.h" // ADD: 20191230 7 :#include "Print.h" // ADD: 20191230 8 : 9 :…

3d: WindowsAPI: windows-make: Changed controls graph: Calculation error

float graph = -( 1.0 /(0.5*0.5))*( t - 0.5 )*( t - 0.5 ) + 2.0; when t=0, graph = 1.0. put_line: this->print_lines_num=2 put_line: this->print_lines_num=3 PointLinear::put_line ENDS. i: 3 vLine: 0042002D 00420030 vPointLinear::put_line STA…

3d: WindowsAPI: windows-make: Calculation eror?

Lines Lifted from Anchor, is'nt it? If t=0, something happened. vCurveCalculation.cpp Mon Dec 30 19:04:22 2019 1 :#include 2 :#include 3 :#include // ADD: 20191230 4 : 5 :#include "array_counter.h" // ADD: 20191230 6 :#include "sender.h" /…

3d: WindowsAPI: windows-make: Parameter t and t*t, which was blended:

20191230 We do not want to show the below code: We try to use function-name: Position not BattleField, but we couldn't. Something, we showed, functuion name restricted, and cannot print curves well on the display. Printing parameter point …

3d: WindowsAPI: Windows-make: Curve Lines and Slide them:

We could slide curve lines. and then, can create patches if we connect them, whic is usually called uv-paches. --- github.com

3d: WindowsAPI: windows-make: Curve-Revisement-001:

We've revised between control-points just once. Other Key touch, and something memoried, we couldn't solve, I'm sorry.. Other Memorization, which is happened, we don't know. Source code: github.com Set Once : I've just given drawing once p…

3d: WindowsAPI: windows-make: Giving Copy of class:

Giving Copy of class. 20191227 We've changed specifications of vScreen which can calculate screen points( x, y ) on the screen in 3D. But, even now, we think, giving values as pointer is better still. --- .\Main.cpp Fri Dec 27 13:02:26 201…

3d:WindowsAPI:char_string:

We usually, put char string as (char*) for display of our language. Sometimes, It changed to not ASCII Words, so, window program dropped, even we don't use words out of typing ASCII. Windows program tried to display NOT ASCII words:, we en…

3d: WindowsAPI: windows-make:

Refactoring List: No. Function: Achievement(Movement): Lock Note: 1 CurveInitialization: Not Created: Lock: 20191221 2 curve_initialization: Created: Lock: 20191221 3 DisplayCurveLines: Created: Lock: 20191221 4 : Flag_Work: memorized_Curv…

3d: memory-free problem:

https://github.com/WaitrudWeber/source_zip/blob/master/analyzer_20191222-001.zip We can not free memories. >winmain_001.exe curve_p : |00810F00| p( 10.000000, 10.000000, 10.000000) curve_p : |00810F78| p( 14.000000, 14.000000, 14.000000) c…

3d: WindowsAPI: Redesigned: to some frameworks: we could inherit class: Thank you very much.

20191203We could compile Main.cpp including C++ inheritance. > c:\aaa\bin\make.exe allmingw32-g++ -Wall -O3 -I C:\MinGW\include\ -L C:\MinGW\lib -lgdi32 -lws2_32 -lwsock32 -mwindows -o Main.o -c Main.cppmingw32-g++ Main.o -Wall -O3 -I C:\M…

3d: WindowsAPI: Redesigned: to some frameworks:

wButton has a execute lootin. Where we arrange the execute, we consider, is in toolkit basic class inherits. ButtonExecute_001 : wButton or We use Pointer, anyway we use basic class. wButton.setExecute( (wExecute* ) ecec_001 ); ButtonExecu…