Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
469c964b
"packages/KeraLua.1.0.8/LICENSE" did not exist on "f493fd0616e2829a76d8f85d6d3007ff74f20da6"
Unverified
Commit
469c964b
authored
Feb 09, 2019
by
Vinicius Jarina
Committed by
GitHub
Feb 09, 2019
Browse files
Cleanup tests. (#277)
parent
5e9a190a
Changes
41
Show whitespace changes
Inline
Side-by-side
tests/src/TestTypes/VectorExtension.cs
0 → 100644
View file @
469c964b
namespace
NLuaTest.TestTypes
{
public
static
class
VectorExtension
{
public
static
double
Length
(
this
Vector
v
)
{
return
v
.
x
*
v
.
x
+
v
.
y
*
v
.
y
;
}
}
}
\ No newline at end of file
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment