|
|
The Point3D type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Point3D()()()() |
Create a zero vector
|
|
|
Point3D(VariantData) |
Create a point from a data object of type Point3D
|
|
|
Point3D(Double, Double, Double) |
Create a point from X, Y and Z components
|
Methods
| Name | Description | |
|---|---|---|
|
|
Add |
Translates a point by a vector to produce a new point
|
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
DistanceTo |
Distance from this point to another point
|
|
|
DistanceToSquared |
Distance squared from this point to another point
|
|
|
Equals | (Overrides NativeHandle..::..Equals(Object).) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
|
|
GetHashCode | (Overrides NativeHandle..::..GetHashCode()()()().) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
Subtract(Point3D) |
Creates a new vector from point to this
|
|
|
Subtract(Vector3D) |
Translates a point by a vector to produce a new point
|
|
|
ToData |
Converts point to a data object of type Point3D
|
|
|
TolerantEquals(Point3D) |
Compare points using a tolerance
|
|
|
TolerantEquals(Point3D, Point3D) |
Compare points using a tolerance
|
|
|
TolerantEquals(Point3D, Double) |
Compare points using a tolerance
|
|
|
TolerantEquals(Point3D, Point3D, Double) |
Compare points using a tolerance
|
|
|
ToString | (Overrides NativeHandle..::..ToString()()()().) |
|
|
ToVector3D |
Convert point to a vector (equivalent to vector from origin to point)
|
Operators
| Name | Description | |
|---|---|---|
|
|
Addition(Point3D, Vector3D) |
Translates a point by a vector to produce a new point
|
|
|
Addition(Vector3D, Point3D) |
Translates a vector by a point to produce a new point
|
|
|
Subtraction(Point3D, Point3D) |
Creates a new Vector from value2 to value1
|
|
|
Subtraction(Point3D, Vector3D) |
Translates a point by a vector to produce a new point
|
Properties
| Name | Description | |
|---|---|---|
|
|
Distance |
Distance of point from origin
|
|
|
DistanceSquared |
Distance of point from origin squared
|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsOrigin |
Is this point at the origin (all components zero) ?
|
|
|
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
|
|
Item | |
|
|
Origin |
Return point at the origin (all components zero)
|
|
|
X |
Returns the X component of the point
|
|
|
Y |
Returns the Y component of the point
|
|
|
Z |
Returns the Z component of the point
|