|
|
Point3 Structure |
Namespace: Karamba.Geometry
The Point3 type exposes the following members.
| Name | Description | |
|---|---|---|
| Point3(Vec3d) |
Initializes a new instance of the Point3 struct.
Create point from a c++ vector.
| |
| Point3(Point3) |
Initializes a new instance of the Point3 struct.
Create point from another point..
| |
| Point3(Vector3) |
Initializes a new instance of the Point3 struct.
Create point from vector.
| |
| Point3(Double, Double, Double) |
Initializes a new instance of the Point3 struct.
Create point.
|
| Name | Description | |
|---|---|---|
| IsNaN |
Gets a value indicating whether this point is NaN point.
| |
| Item |
Gets or sets a point component at the given index.
| |
| Length |
Gets the length of vector.
| |
| NaP |
Gets an invalid point.
(Not a point).
| |
| SqLength |
Gets the squared length of vector.
| |
| vec3d |
Gets the C#-vector from a C++-vector.
| |
| X |
Gets or sets the X-coordinate.
| |
| Y |
Gets or sets the Y-coordinate.
| |
| Z |
Gets or sets the Z-coordinate.
| |
| Zero |
Gets the zero vector.
|
| Name | Description | |
|---|---|---|
| CompareTo |
compares two points.
| |
| DistanceTo |
Get distance to point.
| |
| DistanceToSquared |
Returns the squared distance to other point.
| |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) | |
| Equals(Point3) |
test whether another point is equal to this point.
| |
| Equals(Point3, Double) |
check whether another vector is equal to this vector within a given tolerance.
| |
| GetHashCode |
generate hash-code for the point.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString.) | |
| ToVector3 |
Converts to Vector3.
| |
| Transform |
Transforms a point.
|
| Name | Description | |
|---|---|---|
| Addition(Point3, Point3) |
Add two points.
| |
| Addition(Point3, Vector3) |
Add vector to point.
| |
| Division |
Divide point by constant.
| |
| Equality |
Compares vectors for equality.
| |
| GreaterThan |
Compare two points for greater than.
| |
| Inequality |
Compares two points for not equal.
| |
| LessThan |
Compare points for smaller than.
| |
| Multiply(Double, Point3) |
Multiply point by constant.
| |
| Multiply(Point3, Double) |
Multiply point by constant.
| |
| Subtraction(Point3, Point3) |
Subtract two points to get a vector.
| |
| Subtraction(Point3, Vector3) |
Substract vector from point.
|
| Name | Description | |
|---|---|---|
| Convert |
Converts to Rhino's Point3d.
(Defined by ToRhino.) | |
| ConvertToFebVec3d |
Converts to Vec3d.
(Defined by ToFeb.) |