Vector2CEx extension
- on
Methods
-
add(
Vector2C o) → Vector2C -
Available on Vector2C, provided by the Vector2CEx extension
-
div(
Vector2C o) → Vector2C -
Available on Vector2C, provided by the Vector2CEx extension
-
divideBy(
num o) → Vector2C -
Available on Vector2C, provided by the Vector2CEx extension
-
mul(
Vector2C o) → Vector2C -
Available on Vector2C, provided by the Vector2CEx extension
-
negate(
) → Vector2C -
Available on Vector2C, provided by the Vector2CEx extension
-
normalize(
) → Vector2C -
Available on Vector2C, provided by the Vector2CEx extension
-
scale(
num o) → Vector2C -
Available on Vector2C, provided by the Vector2CEx extension
-
set(
num x, num y) → Vector2C -
Available on Vector2C, provided by the Vector2CEx extension
-
setC(
Vector2C o) → Vector2C -
Available on Vector2C, provided by the Vector2CEx extension
-
setD(
Vector2D o) → Vector2C -
Available on Vector2C, provided by the Vector2CEx extension
-
sub(
Vector2C o) → Vector2C -
Available on Vector2C, provided by the Vector2CEx extension
-
toD(
[Pointer< Vector2C> ? ptr]) → Vector2D -
Available on Vector2C, provided by the Vector2CEx extension
-
transform(
MatrixC o) → Vector2C -
Available on Vector2C, provided by the Vector2CEx extension