Struct Scene.Point
Represents a 3D point defined in the scene coordinate space.
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public struct Scene.Point
Constructors
| Name | Description |
|---|---|
| Point(double, double, double) | Constructs a Point instance with given x, y, z values. |
Properties
| Name | Description |
|---|---|
| X | |
| Y | |
| Z |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |
Operators
| Name | Description |
|---|---|
| implicit operator Point(ImmutablePoint) | |
| implicit operator ImmutablePoint(Point) |