Matrix4D Matrix4D.CreateTranslate(Double x, Double y, Double z)

Create translating transformation matrix

Parameters

  • x
    Type: Double
  • y
    Type: Double
  • z
    Type: Double

Return Value

Type: Matrix4D