Vec3s Structure OpenCvSharp Class Library
3-Tuple of short (System.Int16)

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[SerializableAttribute]
public struct Vec3s : IVec<short>

The Vec3s type exposes the following members.

Constructors

  NameDescription
Public methodVec3s
Initializer
Top
Properties

  NameDescription
Public propertyItem
Indexer
Top
Methods

  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields

  NameDescription
Public fieldItem0
The value of the first component of this object.
Public fieldItem1
The value of the second component of this object.
Public fieldItem2
The value of the third component of this object.
Top
See Also

Reference