dgame ~master (2017-03-31T06:11:13Z)
Home
Dub
Repo
Matrix4x4.rotate
Dgame
Math
Matrix4x4
Matrix4x4
Rotate the Matrix about angle (in degree!) about the given center position
Matrix4x4
rotate
(
float
angle
)
Matrix4x4
rotate
(
float
angle
,
const
Vector2f
center
)
struct
Matrix4x4
@
nogc
ref
Matrix4x4
rotate
pure nothrow
(
float
angle
,
const
Vector2f
center
)
Meta
Source
See Implementation
Dgame
Math
Matrix4x4
Matrix4x4
constructors
this
functions
det
getInverse
getValues
loadIdentity
lookAt
opBinary
opEquals
opIndex
opOpAssign
ortho
perspective
rotate
scale
translate
Rotate the Matrix about angle (in degree!) about the given center position