mg_value_point_3d

Returns the underlying mg_point_3d value.

Type check should be made first. Accessing the wrong value results in undefined behavior.

extern (C) @safe @nogc pure nothrow
const(mg_point_3d)*
mg_value_point_3d
(
const mg_value* val
)

Meta