package flash.geom
Available on flashnew (x:Float = 0, y:Float = 0, z:Float = 0, w:Float = 0)read only length:Floatread only lengthSquared:Floatw:Floatx:Floaty:Floatz:Floatadd (a:Vector3D):Vector3Dclone ():Vector3DcopyFrom (sourceVector3D:Vector3D):VoidcrossProduct (a:Vector3D):Vector3DdecrementBy (a:Vector3D):VoiddotProduct (a:Vector3D):Floatequals (toCompare:Vector3D, allFour:Bool = false):BoolincrementBy (a:Vector3D):VoidnearEquals (toCompare:Vector3D, tolerance:Float, allFour:Bool = false):Boolnegate ():Voidnormalize ():Floatproject ():VoidscaleBy (s:Float):VoidsetTo (xa:Float, ya:Float, za:Float):Voidsubtract (a:Vector3D):Vector3DtoString ():Stringstatic read only X_AXIS:Vector3Dstatic read only Y_AXIS:Vector3Dstatic read only Z_AXIS:Vector3Dstatic angleBetween (a:Vector3D, b:Vector3D):Floatstatic distance (pt1:Vector3D, pt2:Vector3D):Float
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/flash/geom/Vector3D.html