Waitrud Weber’s blog

things and reminders for memories

2019-12-30から1日間の記事一覧

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 …