Benedikt Schroeder
4e4c49b1e3
fix comments
8 years ago
Benedikt Schroeder
eb273c0fcb
Inital
8 years ago
Steven Kirk
5491f4818e
Use standard naming for Read methods.
8 years ago
Jumar Macato
fc06fa1e35
Fix skew matrix function's flipped axes + update tests.
9 years ago
Jumar Macato
e9c4c238f1
Added SkewTransform and the corresponding skew function in Matrix class.
9 years ago
Steven Kirk
d55edaa18a
Use readonly structs where possible.
C# 7.2 introduced [readonly structs](https://docs.microsoft.com/en-us/dotnet/csharp/reference-semantics-with-value-types ). Using this construct we can make sure that future modifications to these structs don't make them immutable and C# can generate more efficient code.
9 years ago
Eli Arbel
898e7e4747
Using a tokenizer instead of string split
9 years ago
Eli Arbel
c434cb215a
PR comments
9 years ago
Eli Arbel
8cc6d30696
Matrix.Parse & type converter
9 years ago
Steven Kirk
59c49d259d
Renamed assembly SceneGraph -> Visuals.
To make way for low-level scene graph library.
10 years ago
Steven Kirk
5be41985c3
Renamed Perspex -> Avalonia
10 years ago
donandren
b26573656a
HasInverse Property property of Matrix
11 years ago
Nikita Tsukanov
3cd3579475
"field can be readonly"
11 years ago
Nikita Tsukanov
21a3554260
Change property getter to expression properties
11 years ago
Nikita Tsukanov
01e2c90bc5
Removed this.
11 years ago
Steven Kirk
145411020b
Ran .net core code formatter.
11 years ago
Steven Kirk
6151aef188
Removed file headers.
11 years ago
Steven Kirk
6167bacf54
Moved to more standard filesystem layout.
Based on https://gist.github.com/davidfowl/ed7564297c61fe9ab814 and https://github.com/fsprojects/ProjectScaffold
11 years ago
Steven Kirk
f2170e3ad5
Documentation.
11 years ago
Steven Kirk
aa147f0423
More stylecoping.
11 years ago
Steven Kirk
f0eb17aec6
Added Matrix.ToString.
12 years ago
Steven Kirk
7fe1f7e814
Some work on Paths.
Make paths with Stretch != None correctly fill the Path control's
available size. Added a Path_Tick_Scaled test with a path from
MahApps.Metro to test this.
12 years ago
Steven Kirk
bfadaac5d9
Non-building checkpoint in MAJOR refactor.
12 years ago
Steven Kirk
3a9c5308e2
Started adding render transforms.
The maths isn't quite right on child controls yet...
12 years ago
grokys
8924977a49
Started implementing Button.
13 years ago