Click or drag to resize

Vector Class

Represents the vector
Inheritance Hierarchy

Namespace:  CodeStack.SwEx.MacroFeature.Data
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
public class Vector : Point

The Vector type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyX
X coordinate
(Inherited from Point.)
Public propertyY
Y coordinate
(Inherited from Point.)
Public propertyZ
Z coordinate
(Inherited from Point.)
Top
Methods
  NameDescription
Public methodCross
Creates a cross product of this vector with another vector
Public methodGetLength
Returns the length of this vector
Public methodIsSame(Point)
Compares two points coordinates by exact values
(Inherited from Point.)
Public methodIsSame(Vector, Boolean)
Compares the vectors
Public methodIsSame(Double, Double, Double)
Compares the coordinates of this point to specified values
(Inherited from Point.)
Public methodMove
Moves the point along the vector by specified distance
(Inherited from Point.)
Public methodNormalize
Normalizes the vector
Public methodScale
Scales the position
(Inherited from Point.)
Public methodToArray
Converts the point to an array of 3 coordinates
(Inherited from Point.)
Public methodToString (Inherited from Point.)
Top
See Also