Vector2CPEx extension
Properties
- length → double
-
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extensionno setter
Methods
-
add(
Pointer< Vector2C> o) → Pointer<Vector2C> -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
angle(
Pointer< Vector2C> o) → double -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
distance(
Pointer< Vector2C> o) → double -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
distanceSqr(
Pointer< Vector2C> o) → double -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
div(
Pointer< Vector2C> o) → Pointer<Vector2C> -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
divideBy(
num o) → Pointer< Vector2C> -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
dotProduct(
Pointer< Vector2C> o) → double -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
format(
[int x0 = 0, int? y0]) → String -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
lineAngle(
Pointer< Vector2C> o) → double -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
mul(
Pointer< Vector2C> o) → Pointer<Vector2C> -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
negate(
) → Pointer< Vector2C> -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
normalize(
) → Pointer< Vector2C> -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
scale(
num o) → Pointer< Vector2C> -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
set(
num x, num y) → Pointer< Vector2C> -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
setC(
Vector2C o) → Pointer< Vector2C> -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
setD(
Vector2D o) → Pointer< Vector2C> -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
sub(
Pointer< Vector2C> o) → Pointer<Vector2C> -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
toD(
) → Vector2D -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension -
transform(
Pointer< MatrixC> o) → Pointer<Vector2C> -
Available on Pointer<
Vector2C> , provided by the Vector2CPEx extension