Add project files.
This commit is contained in:
6
Assets/Cryville/Common/Math/IVectorOperator.cs
Normal file
6
Assets/Cryville/Common/Math/IVectorOperator.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Cryville.Common.Math {
|
||||
public interface IVectorOperator<T> {
|
||||
T Add(T lhs, T rhs);
|
||||
T ScalarMultiply(float lhs, T rhs);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user