Static methods

Constructor

@:value({ w : 1, z : 0, y : 0, x : 0 })inlinenew(x:FastFloat = 0, y:FastFloat = 0, z:FastFloat = 0, w:FastFloat = 1)

Variables

Methods

@:externinlineadd(vec:FastVector4):FastVector4

@:externinlinemult(value:FastFloat):FastVector4

@:externinlinenormalize():Void

Deprecated: "normalize() will be deprecated soon, use the immutable normalized() instead"

@:externinlinenormalized():FastVector4

@:externinlinesetFrom(v:FastVector4):Void

@:externinlinesub(vec:FastVector4):FastVector4