Vector4CPEx extension

on

Properties

length double

Available on Pointer<Vector4C>, provided by the Vector4CPEx extension

no setter

Methods

add(Pointer<Vector4C> o) Pointer<Vector4C>

Available on Pointer<Vector4C>, provided by the Vector4CPEx extension

distance(Pointer<Vector4C> o) double

Available on Pointer<Vector4C>, provided by the Vector4CPEx extension

distanceSqr(Pointer<Vector4C> o) double

Available on Pointer<Vector4C>, provided by the Vector4CPEx extension

div(Pointer<Vector4C> o) Pointer<Vector4C>

Available on Pointer<Vector4C>, provided by the Vector4CPEx extension

divideBy(num o) Pointer<Vector4C>

Available on Pointer<Vector4C>, provided by the Vector4CPEx extension

dotProduct(Pointer<Vector4C> o) double

Available on Pointer<Vector4C>, provided by the Vector4CPEx extension

format([int x0 = 0, int? y0, int? z0, int? w0]) String

Available on Pointer<Vector4C>, provided by the Vector4CPEx extension

mul(Pointer<Vector4C> o) Pointer<Vector4C>

Available on Pointer<Vector4C>, provided by the Vector4CPEx extension

scale(num o) Pointer<Vector4C>

Available on Pointer<Vector4C>, provided by the Vector4CPEx extension

set(num x, num y, num z, num w) Pointer<Vector4C>

Available on Pointer<Vector4C>, provided by the Vector4CPEx extension

setC(Vector4C o) Pointer<Vector4C>

Available on Pointer<Vector4C>, provided by the Vector4CPEx extension

setD(Vector4D o) Pointer<Vector4C>

Available on Pointer<Vector4C>, provided by the Vector4CPEx extension

sub(Pointer<Vector4C> o) Pointer<Vector4C>

Available on Pointer<Vector4C>, provided by the Vector4CPEx extension

toD() Vector4D

Available on Pointer<Vector4C>, provided by the Vector4CPEx extension