class Sidesway
{
protected:
float accumulated_area[20];
float column_length[20];
float length_factor[20];
float left_el_length[20];
class Sidesway
{
protected:
float accumulated_area[20];
float column_length[20];
float length_factor[20];
float left_el_length[20];
To copy to clipboard, switch view to plain text mode
and the constructor
#include "extern.h"
#include "sidesway.h"
#include "matrix.h"
extern Sidesway SW, SW_O, SW_U;
extern Matrix A, E, F, G, K, L, M, N, P, Q, R, S, V, W, Z;
Sidesway::Sidesway ()
{
unsigned n = 25 * 4 * 20;
n += 11 * 3 * 4 * 20;
n += 3 * 4 * 4 * 20;
n += 2 * 3 * 4;
n += 7 * 2 * 20;
#include "extern.h"
#include "sidesway.h"
#include "matrix.h"
extern Sidesway SW, SW_O, SW_U;
extern Matrix A, E, F, G, K, L, M, N, P, Q, R, S, V, W, Z;
Sidesway::Sidesway ()
{
unsigned n = 25 * 4 * 20;
n += 11 * 3 * 4 * 20;
n += 3 * 4 * 4 * 20;
n += 2 * 3 * 4;
n += 7 * 2 * 20;
To copy to clipboard, switch view to plain text mode
Have I been missing somthing for the last 25 years?
Bookmarks