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