Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static Matrix CreateRotationZ(
float degrees
)
public static Matrix CreateRotationZ(
float degrees
)
Public Shared Function CreateRotationZ (
degrees As Single
) As Matrix
Public Shared Function CreateRotationZ (
degrees As Single
) As Matrix
public:
static Matrix CreateRotationZ(
float degrees
)
public:
static Matrix CreateRotationZ(
float degrees
)
static member CreateRotationZ :
degrees : float32 -> Matrix
static member CreateRotationZ :
degrees : float32 -> Matrix
Return Value
Type:
Matrix