Table of Contents

Class CreatePoint3d

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that creates a 3D point with double-precision floating-point coordinates.

public class CreatePoint3d : Source<Point3d>
Inheritance
CreatePoint3d
Inherited Members

Properties

X

Gets or sets the x-coordinate of the point.

Y

Gets or sets the y-coordinate of the point.

Z

Gets or sets the z-coordinate of the point.

Methods

Generate()

Generates an observable sequence that contains a single 3D point with double-precision floating-point coordinates.

Generate<TSource>(IObservable<TSource>)

Generates an observable sequence of 3D points using the specified double-precision floating-point coordinates, and where each Point3d object is emitted only when an observable sequence emits a notification.