ebiten.GeoM
This commit is contained in:
parent
a11c66c076
commit
4d6c6889de
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ type ZPos float64
|
||||||
// Z returns z as a float64.
|
// Z returns z as a float64.
|
||||||
func (z ZPos) Z() float64 { return float64(z) }
|
func (z ZPos) Z() float64 { return float64(z) }
|
||||||
|
|
||||||
// GeoMDef is a serialisable form of GeoM.
|
// GeoMDef is a serialisable form of ebiten.GeoM.
|
||||||
type GeoMDef [6]float64 // Assumption: this has identical memory layout to GeoM
|
type GeoMDef [6]float64 // Assumption: this has identical memory layout to GeoM
|
||||||
|
|
||||||
// ToGeoMDef translates a GeoM to a GeoMDef using unsafe.Pointer.
|
// ToGeoMDef translates a GeoM to a GeoMDef using unsafe.Pointer.
|
||||||
|
|
Loading…
Reference in a new issue