Table of Contents

Struct PamojaVector3

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

A three-dimensional vector, matching geometry_msgs/msg/Vector3.

public struct PamojaVector3
Inherited Members

Fields

X

The x component.

public double X

Field Value

double

Y

The y component.

public double Y

Field Value

double

Z

The z component.

public double Z

Field Value

double