Click or drag to resize

Point Class

Structure representing 3D point
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 Point

The Point type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyX
X coordinate
Public propertyY
Y coordinate
Public propertyZ
Z coordinate
Top
Methods
  NameDescription
Public methodIsSame(Point)
Compares two points coordinates by exact values
Public methodIsSame(Double, Double, Double)
Compares the coordinates of this point to specified values
Public methodMove
Moves the point along the vector by specified distance
Public methodScale
Scales the position
Public methodToArray
Converts the point to an array of 3 coordinates
Public methodToString (Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberAddition
Moves point along the vector
Public operatorStatic memberSubtraction
Deducts one point of another resulting in vector
Top
See Also