Constructor

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

Variables

Methods

@:externinlineadd(vec:Vector4):Vector4

@:externinlinefast():FastVector4

@:externinlinemult(value:Float):Vector4

@:externinlinenormalize():Void

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

@:externinlinenormalized():Vector4

@:externinlinesetFrom(v:Vector4):Void

@:externinlinesub(vec:Vector4):Vector4