wManager.Wow.Helpers Namespace
WRobot

Vector3 Members

The Vector3 type exposes the following members.

Constructors


  Name Description
Public method Vector3()()()()
Initializes a new instance of the Vector3 class.
Public method Vector3(Single, Single, Single, String)
Initializes a new instance of the Vector3 class.
Public method Vector3(Double, Double, Double, String)
Initializes a new instance of the Vector3 class.
Public method Vector3(Vector3)
Initializes a new instance of the Vector3 class.
Public method Vector3(array<Single>[]()[][])
Initializes a new instance of the Vector3 class.

Methods


  Name Description
Public method Static member Distance
Distance between.
Public method Static member Distance2D
Distance 2D.
Public method Static member DistanceListVectors3
Distance total of vectors3 list.
Public method DistanceTo
Distance to.
Public method DistanceTo2D
Distance 2D to.
Public method DistanceZ(Vector3, Vector3)
Distance z.
Public method DistanceZ(Vector3)
Distance z.
Public method Static member Dot
Dots the specified v1.
Public method Equals
Determines whether the specified Object is equal to.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetSchema
Gets the schema.
Public method GetType (Inherited from Object.)
Public method InFrontOf
In front of.
Public method IsFlying
Determines if is flying type.
Public method IsGround
Determines whether is ground (default) type.
Public method IsSwimming
Determines whether is swimming type.
Public method Magnitude
Magnitude.
Public method MagnitudeSqr
Magnitude the SQR.
Protected method MemberwiseClone (Inherited from Object.)
Public method ReadXml
Read XML.
Public method SetFlying
Set to flying type.
Public method SetGround
Set to ground (default) type.
Public method SetSwimming
Set to swimming type.
Public method Size
Sizes.
Public method Size2D
Size2D.
Public method ToSlimDxVector3
Converts to slimdxvector3.
Public method ToString
Returns a String that represents.
Public method ToStringInvariantCulture
Converts to stringinvariantculture.
Public method ToStringNewVector
Converts to stringnewvector.
Public method ToStringXml
Converts to stringxml.
Public method WriteXml
Write XML.

Operators


  Name Description
Public operator Static member Addition
Implements the + operator.
Public operator Static member Division(Vector3, Vector3)
Implements the / operator.
Public operator Static member Division(Vector3, Single)
Implements the / operator.
Public operator Static member Equality
Implements the == operator.
Public operator Static member Inequality
Implements the != operator.
Public operator Static member Multiply(Vector3, Vector3)
Implements the * operator.
Public operator Static member Multiply(Vector3, Single)
Implements the * operator.
Public operator Static member Subtraction
Implements the - operator.

Properties


  Name Description
Public property Action
Action.
Public property Static member Empty
Get empty vector3.
Public property Type
Vector3 Type.
Public property X
Gets or sets the X Position.
Public property Y
Gets or sets the Y Position.
Public property Z
Gets or sets the Z Position.
Public property Static member Zero
Get vector3 position zero.