forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
13
Kha/Sources/kha/Rotation.hx
Normal file
13
Kha/Sources/kha/Rotation.hx
Normal file
@ -0,0 +1,13 @@
|
||||
package kha;
|
||||
|
||||
import kha.math.Vector2;
|
||||
|
||||
class Rotation {
|
||||
public var center: Vector2;
|
||||
public var angle: Float;
|
||||
|
||||
public function new(center: Vector2, angle: Float) {
|
||||
this.center = center;
|
||||
this.angle = angle;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user