Documentation ¶
Index ¶
- func Basename(p string) string
- func BasenameWithoutExt(p string) string
- func FilterUnprintableString(str string) string
- func Lerp(v0, v1, t float32) float32
- func MatrixDecompose(mat rl.Matrix, translation *rl.Vector3, rotation *rl.Quaternion, ...)
- func ParentDirectory(p string) string
- func PgHalfFloat32FromUint16(num uint16) float32
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BasenameWithoutExt ¶
func FilterUnprintableString ¶
func MatrixDecompose ¶
func MatrixDecompose(mat rl.Matrix, translation *rl.Vector3, rotation *rl.Quaternion, scale *rl.Vector3)
NOTE: remove after gen2brain/raylib-go/pull/438 got merge MatrixDecompose - Decompose a transformation matrix into its rotational, translational and scaling components
func ParentDirectory ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.