diff --git a/X10D.Unity.dll b/X10D.Unity.dll
index aedcd65..637cfb6 100644
Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ
diff --git a/X10D.Unity.xml b/X10D.Unity.xml
index f056e59..4c89224 100644
--- a/X10D.Unity.xml
+++ b/X10D.Unity.xml
@@ -1910,6 +1910,18 @@
Drawing-related extension methods for .
+
+
+ Determines if the current lies on the specified .
+
+ The point to check.
+ The starting point of the line.
+ The ending point of the line.
+
+ if lies on the line defined by and
+ ; otherwise .
+
+
Converts the current to a .
@@ -2352,6 +2364,41 @@
The X component value.
The Y component value.
+
+
+ Determines if the current lies on the specified .
+
+ The point to check.
+ The line on which the point may lie.
+
+ if lies on the line defined by ; otherwise
+ .
+
+
+
+
+ Determines if the current lies on the specified line.
+
+ The point to check.
+ The starting point of the line.
+ The ending point of the line.
+
+ if lies on the line defined by and
+ ; otherwise .
+
+
+
+
+ Determines if the current lies on the specified line.
+
+ The point to check.
+ The starting point of the line.
+ The ending point of the line.
+
+ if lies on the line defined by and
+ ; otherwise .
+
+
Converts the current into a .
@@ -2415,6 +2462,53 @@
The X component value.
The Y component value.
+
+
+ Determines if the current lies on the specified .
+
+ The point to check.
+ The line on which the point may lie.
+
+ if lies on the line defined by ; otherwise
+ .
+
+
+
+
+ Determines if the current lies on the specified line.
+
+ The point to check.
+ The starting point of the line.
+ The ending point of the line.
+
+ if lies on the line defined by and
+ ; otherwise .
+
+
+
+
+ Determines if the current lies on the specified line.
+
+ The point to check.
+ The starting point of the line.
+ The ending point of the line.
+
+ if lies on the line defined by and
+ ; otherwise .
+
+
+
+
+ Determines if the current lies on the specified line.
+
+ The point to check.
+ The starting point of the line.
+ The ending point of the line.
+
+ if lies on the line defined by and
+ ; otherwise .
+
+
Converts the current into a .
diff --git a/X10D.dll b/X10D.dll
index 04e396a..70f96ec 100644
Binary files a/X10D.dll and b/X10D.dll differ
diff --git a/X10D.xml b/X10D.xml
index 0077ff1..4d9fa9d 100644
--- a/X10D.xml
+++ b/X10D.xml
@@ -2616,6 +2616,41 @@
Drawing-related extension methods for .
+
+
+ Determines if the current lies on the specified .
+
+ The point to check.
+ The line on which the point may lie.
+
+ if lies on the line defined by ; otherwise
+ .
+
+
+
+
+ Determines if the current lies on the specified line.
+
+ The point to check.
+ The starting point of the line.
+ The ending point of the line.
+
+ if lies on the line defined by and
+ ; otherwise .
+
+
+
+
+ Determines if the current lies on the specified line.
+
+ The point to check.
+ The starting point of the line.
+ The ending point of the line.
+
+ if lies on the line defined by and
+ ; otherwise .
+
+
Converts the current to a .
@@ -2642,6 +2677,41 @@
Drawing-related extension methods for .
+
+
+ Determines if the current lies on the specified .
+
+ The point to check.
+ The line on which the point may lie.
+
+ if lies on the line defined by ; otherwise
+ .
+
+
+
+
+ Determines if the current lies on the specified .
+
+ The point to check.
+ The starting point of the line.
+ The ending point of the line.
+
+ if lies on the line defined by and
+ ; otherwise .
+
+
+
+
+ Determines if the current lies on the specified .
+
+ The point to check.
+ The starting point of the line.
+ The ending point of the line.
+
+ if lies on the line defined by and
+ ; otherwise .
+
+
Converts the current to a .
@@ -6856,6 +6926,41 @@
The X component value.
The Y component value.
+
+
+ Determines if the current lies on the specified line.
+
+ The point to check.
+ The line on which the point may lie.
+
+ if lies on the line defined by ; otherwise
+ .
+
+
+
+
+ Determines if the current lies on the specified line.
+
+ The point to check.
+ The starting point of the line.
+ The ending point of the line.
+
+ if lies on the line defined by and
+ ; otherwise .
+
+
+
+
+ Determines if the current lies on the specified line.
+
+ The point to check.
+ The starting point of the line.
+ The ending point of the line.
+
+ if lies on the line defined by and
+ ; otherwise .
+
+
Converts the current to a .
diff --git a/package.json b/package.json
index 4cb3182..36fba54 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"url": "https://oliverbooth.dev"
},
"displayName": "X10D",
- "version": "3.2.0-nightly.117",
+ "version": "3.2.0-nightly.118",
"unity": "2021.2",
"description": "Extension methods on crack",
"keywords": ["dotnet", "extension-methods"],