KitchenDraw SDK 2
Show / Hide Table of Contents

Struct Scene.Object.Vector4

Represents a vector or a point in the terms of matrix algebra (so-called homogenous representation).

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
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()
In this article
Back to top Generated by DocFX