mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
[wpimath] Explicitly export wpimath symbols
Co-authored-by: Tyler Veness <calcmogul@gmail.com>
This commit is contained in:
committed by
Peter Johnson
parent
161e211734
commit
382deef750
@@ -4,6 +4,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <wpi/SymbolExports.h>
|
||||
#include <wpi/array.h>
|
||||
|
||||
#include "Eigen/Core"
|
||||
@@ -13,7 +14,7 @@ namespace frc {
|
||||
/**
|
||||
* Represents a hermite spline of degree 3.
|
||||
*/
|
||||
class CubicHermiteSpline : public Spline<3> {
|
||||
class WPILIB_DLLEXPORT CubicHermiteSpline : public Spline<3> {
|
||||
public:
|
||||
/**
|
||||
* Constructs a cubic hermite spline with the specified control vectors. Each
|
||||
|
||||
Reference in New Issue
Block a user