mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-18 00:48:32 +00:00
+ Updated project settings to include xml documentation output
+ Updated Matrix comment
This commit is contained in:
parent
1440def15d
commit
637955f2b7
@ -20,6 +20,7 @@
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DocumentationFile>bin\Debug\OSCADSharp.XML</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
|
||||
@ -7,7 +7,7 @@ using System.Threading.Tasks;
|
||||
namespace OSCADSharp.Spatial
|
||||
{
|
||||
/// <summary>
|
||||
/// An n-dimensional Matrix for performing operations on doubles that
|
||||
/// A Matrix for performing operations on doubles that
|
||||
/// represent spatial positions
|
||||
/// </summary>
|
||||
internal class Matrix
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user