class hxmath.math.Vector3Default

import hxmath.math.Vector3;

Available on all platforms

The default underlying type.

Instance Fields

var x:Float

var y:Float

var z:Float

function new(x:Float, y:Float, z:Float):Void