-
Notifications
You must be signed in to change notification settings - Fork 6
/
uvectormath.inc
22 lines (18 loc) · 1.38 KB
/
uvectormath.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(******************************************************************************)
(* *)
(* Author : Uwe Schächterle (Corpsman) *)
(* *)
(* This file is part of PNG Editor *)
(* *)
(* See the file license.md, located under: *)
(* https://github.com/PascalCorpsman/Software_Licenses/blob/main/license.md *)
(* for details about the license. *)
(* *)
(* It is not allowed to change or remove this text from any *)
(* source file of the project. *)
(* *)
(******************************************************************************)
// Mit diesem Schalter kann das Überladen der Standart Operatoren Aktiviert
// werden ( Achtung das kann nicht jeder FPC Compiler )
{$DEFINE UseOperandOverloading}
TBaseType = Single; // Alle Komponenten bestehen aus BaseType, zur Nutzung von OpenGL ist Single zwingend !!