Point2d.this

Create a point 2d from a Value.

  1. this(Point2d other)
  2. this(Value value)
    struct Point2d
    @nogc
    this
    (
    inout ref Value value
    )
  3. this(mg_point_2d* ptr)

Meta