Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static Matrix CreateTranslation(
float x,
float y,
float z
)
public static Matrix CreateTranslation(
float x,
float y,
float z
)
Public Shared Function CreateTranslation (
x As Single,
y As Single,
z As Single
) As Matrix
Public Shared Function CreateTranslation (
x As Single,
y As Single,
z As Single
) As Matrix
public:
static Matrix CreateTranslation(
float x,
float y,
float z
)
public:
static Matrix CreateTranslation(
float x,
float y,
float z
)
static member CreateTranslation :
x : float32 *
y : float32 *
z : float32 -> Matrix
static member CreateTranslation :
x : float32 *
y : float32 *
z : float32 -> Matrix
Return Value
Type:
Matrix