Struct Scene.ImmutablePoint
Represents a 3D point defined in the scene coordinate space. Once created, this point can't be edited.
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public struct Scene.ImmutablePoint
Constructors
| Name | Description |
|---|---|
| ImmutablePoint(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. |