Point3d Class
Class used to hold a simple 3d point.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
|
Name
|
Description
|
|
CompareTo(object)
|
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
|
|
Distance(Point3d)
|
Computes the distance from this point to another point.
|
|
GetRotated(double, Point3d, Vector3d, bool)
|
Returns a copy of this point rotated 'angle' radians about 'axis'.
|
|
Interpolate(Point3d, double)
|
|
|
Scale(double, double, double)
|
|
|
SquaredDistance(Point3d)
|
Computes the squared distance from this point to another point.
|
|
ToString()
|
Returns a string that represents the current object.
|
|
ToVector()
|
|
|
Transform(Matrix3d)
|
Transforms the 3d point with a matrix in-place.
|
|
Translate(double, double, double)
|
|
|
WriteAutoCADScript(StreamWriter, int)
|
|
Top
|
Name
|
Description
|
|
Tag
|
User data for this object. This can be used freely for any purpose.
///
|
|
x
|
The x component of the point left public for fast acess.
|
|
y
|
The y component of the point left public for fast acess.
|
|
z
|
The z component of the point left public for fast acess.
|
Top
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8