![]() |
Point3 Structure |
Namespace: Karamba.Geometry
The Point3 type exposes the following members.
Name | Description | |
---|---|---|
![]() | Point3(Vec3d) |
Create point from a c++ vector.
|
![]() | Point3(Point3) |
Create point from another point..
|
![]() | Point3(Vector3) |
Create point from vector.
|
![]() | Point3(Double, Double, Double) |
Create point.
|
Name | Description | |
---|---|---|
![]() | Item |
Gets or sets a point component at the given index.
|
![]() | Length |
Get length of vector.
|
![]() | SqLength |
Get squarted length of vector.
|
![]() | vec3d |
transform a C++-vector into a C#-vector
|
![]() | X |
X coordinate.
|
![]() | Y |
Y coordinate.
|
![]() | Z |
Z coordinate.
|
![]() ![]() | Zero |
Get zero vector.
|
Name | Description | |
---|---|---|
![]() | CompareTo |
compares two points.
|
![]() | DistanceTo |
Get distance to 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
|
![]() | 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.) |
![]() | Transform |
Transform point.
|
Name | Description | |
---|---|---|
![]() ![]() | Addition(Point3, Point3) |
Add points.
|
![]() ![]() | Addition(Point3, Vector3) |
Add vector to point.
|
![]() ![]() | Division |
Divide vector by constant.
|
![]() ![]() | Equality |
Compare vectors.
|
![]() ![]() | GreaterThan |
Compare vectors.
|
![]() ![]() | Inequality |
Compare vectors.
|
![]() ![]() | LessThan |
Compare vectors.
|
![]() ![]() | Multiply(Double, Point3) |
Multiply vector by constant.
|
![]() ![]() | Multiply(Point3, Double) |
Multiply vector by constant.
|
![]() ![]() | Subtraction(Point3, Point3) |
Subtract vector.
|
![]() ![]() | Subtraction(Point3, Vector3) |
Substract vector from point.
|
Name | Description | |
---|---|---|
![]() | Convert |
Convert karamba point to rhino Point3d.
(Defined by GeometryExtensions.) |