Struct Scene.Object.Vector4
Represents a vector or a point in the terms of matrix algebra (so-called homogenous representation).
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public struct Scene.Object.Vector4
Remarks
w should be 1.0 for points and
0.0 for vectors.
Constructors
| Name | Description |
|---|---|
| Vector4(double, double, double, double) |
Properties
| Name | Description |
|---|---|
| w | |
| x | |
| y | |
| z |
Methods
| Name | Description |
|---|---|
| FromScenePoint(ImmutablePoint) | |
| FromScenePoint(Point) | |
| ToScenePoint() |