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