Skip to content

Class Vector2

template <typename T>

ClassList > Vector2

Inherits the following classes: mediapipe::deps::internal_vector::BasicVector< Vector2, T, 2 >

Public Types

Type Name
typedef VType BaseType
typedef typename Base::FloatType FloatType

Public Functions

Type Name
Vector2 Abs () const
FloatType Angle (const Vector2 & v) const
T CrossProd (const Vector2 & vb) const
T * Data ()
const T * Data () const
Vector2 Fabs () const
Vector2 Ortho () const
void Set (T x, T y)
Vector2 ()
Vector2 (T x, T y)
Vector2 (const Vector3< T > & b)
Vector2 (const Vector4< T > & b)
bool aequal (const Vector2 & vb, FloatType margin) const
void x (T v)
T x () const
void y (T v)
T y () const

Public Types Documentation

typedef BaseType

typedef VType Vector2< T >::BaseType;

typedef FloatType

using Vector2< T >::FloatType =  typename Base::FloatType;

Public Functions Documentation

function Abs

inline Vector2 Vector2::Abs () const

function Angle

inline FloatType Vector2::Angle (
    const Vector2 & v
) const

function CrossProd

inline T Vector2::CrossProd (
    const Vector2 & vb
) const

function Data [1/2]

inline T * Vector2::Data () 

function Data [2/2]

inline const T * Vector2::Data () const

function Fabs

inline Vector2 Vector2::Fabs () const

function Ortho

inline Vector2 Vector2::Ortho () const

function Set

inline void Vector2::Set (
    T x,
    T y
) 

function Vector2 [1/4]

inline Vector2::Vector2 () 

function Vector2 [2/4]

inline Vector2::Vector2 (
    T x,
    T y
) 

function Vector2 [3/4]

inline explicit Vector2::Vector2 (
    const Vector3< T > & b
) 

function Vector2 [4/4]

inline explicit Vector2::Vector2 (
    const Vector4< T > & b
) 

function aequal

inline bool Vector2::aequal (
    const Vector2 & vb,
    FloatType margin
) const

function x [1/2]

inline void Vector2::x (
    T v
) 

function x [2/2]

inline T Vector2::x () const

function y [1/2]

inline void Vector2::y (
    T v
) 

function y [2/2]

inline T Vector2::y () const


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/deps/vector.h