Vector

Undocumented in source.

Members

Mixins

__anonymous
mixin JsonizeMe
Undocumented in source.

Variables

x
int x;
y
int y;
Undocumented in source.

Mixed In Members

From mixin JsonizeMe

T
alias T = typeof(this)
Undocumented in source.
populateFromJSON
void populateFromJSON(JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
convertToJSON
JSONValue convertToJSON()
Undocumented in source. Be warned that the author may not have intended to support it.
populateFromJSON
void populateFromJSON(JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
convertToJSON
JSONValue convertToJSON()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta