Documentation ¶
Index ¶
- func AreEqualFloat64(a, b float64) bool
- func EqualFloat64(expectedValue float64) types.GomegaMatcher
- func HaveMat3Elements(e11, e12, e13 float64, e21, e22, e23 float64, e31, e32, e33 float64) types.GomegaMatcher
- func HaveMat4Elements(e11, e12, e13, e14 float64, e21, e22, e23, e24 float64, ...) types.GomegaMatcher
- func HaveQuatCoords(expectedW, expectedX, expectedY, expectedZ float64) types.GomegaMatcher
- func HaveVec2Coords(expectedX, expectedY float64) types.GomegaMatcher
- func HaveVec3Coords(expectedX, expectedY, expectedZ float64) types.GomegaMatcher
- func HaveVec4Coords(expectedX, expectedY, expectedZ, expectedW float64) types.GomegaMatcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AreEqualFloat64 ¶
func EqualFloat64 ¶
func EqualFloat64(expectedValue float64) types.GomegaMatcher
func HaveMat3Elements ¶
func HaveMat3Elements( e11, e12, e13 float64, e21, e22, e23 float64, e31, e32, e33 float64, ) types.GomegaMatcher
func HaveMat4Elements ¶
func HaveQuatCoords ¶
func HaveQuatCoords(expectedW, expectedX, expectedY, expectedZ float64) types.GomegaMatcher
func HaveVec2Coords ¶
func HaveVec2Coords(expectedX, expectedY float64) types.GomegaMatcher
func HaveVec3Coords ¶
func HaveVec3Coords(expectedX, expectedY, expectedZ float64) types.GomegaMatcher
func HaveVec4Coords ¶
func HaveVec4Coords(expectedX, expectedY, expectedZ, expectedW float64) types.GomegaMatcher
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.