chore: save current workspace progress
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace MultiWheelC.TrajectoryPlanning.PathSmoothing.Output.Visualization;
|
||||
|
||||
/// <summary>Fixed dimensions and colors for Local G2 comparison reports.</summary>
|
||||
public static class IeeeFigureStyle
|
||||
{
|
||||
public const double FigureWidthPoints = 7.16d * 72d;
|
||||
public const double FigureHeightPoints = 5.20d * 72d;
|
||||
public const string RawColor = "#4D4D4D";
|
||||
public const string LocalG2Color = "#0072B2";
|
||||
public const string LocalG2DiagnosticColor = "#B1373E";
|
||||
public const string LimitColor = "#CC79A7";
|
||||
}
|
||||
Reference in New Issue
Block a user