Remove DhApiMat4f from Mat4f
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
|
||||
package com.seibel.lod.core.objects.math;
|
||||
|
||||
import com.seibel.lod.api.items.objects.math.DhApiMat4f;
|
||||
|
||||
import java.nio.FloatBuffer;
|
||||
|
||||
/**
|
||||
@@ -475,12 +473,6 @@ public class Mat4f
|
||||
};
|
||||
}
|
||||
|
||||
/** Returns the API version of this object. */
|
||||
public DhApiMat4f createApiObject()
|
||||
{
|
||||
return new DhApiMat4f(this.getValuesAsArray());
|
||||
}
|
||||
|
||||
|
||||
//===============//
|
||||
// Forge methods //
|
||||
|
||||
Reference in New Issue
Block a user