translation property
Vec2D
get
translation
Implementation
Vec2D get translation {
return Vec2D.fromValues(_buffer[0], _buffer[1]);
}
Vec2D get translation {
return Vec2D.fromValues(_buffer[0], _buffer[1]);
}