Vertex3D.this

Constructor taking x, y and z value

  1. this(Vertex3D v)
  2. this(double _x, double _y, double _z)
    struct Vertex3D
    this
    (
    in double _x
    ,
    in double _y
    ,
    in double _z
    )

Meta