using OpenTK; namespace SM.Base.Scene { public abstract class GenericTransformation { public abstract Matrix4 GetMatrix(); } }