Struct Vec3f
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
3-Tuple of float (System.Single)
public struct Vec3f : IEquatable<Vec3f>
- Implements
- Inherited Members
Constructors
- Vec3f(float, float, float)
Initializer
Fields
- Item0
The value of the first component of this object.
- Item1
The value of the second component of this object.
- Item2
The value of the third component of this object.
Properties
- this[int]
Indexer
Methods
- Add(Vec3f)
this + other
- Deconstruct(out float, out float, out float)
Deconstructing a Vector
- Divide(double)
this / alpha
- Equals(Vec3f)
Indicates whether the current object is equal to another object of the same type.
- Equals(object?)
Indicates whether this instance and a specified object are equal.
- GetHashCode()
Returns the hash code for this instance.
- Multiply(double)
this * alpha
- Subtract(Vec3f)
this - other
- ToString()
Returns the fully qualified type name of this instance.