Jimcpp 2.1.0
Jimcpp is a high-performance c++ graphics engine.
Loading...
Searching...
No Matches
jpp::core::vector2d< T > Member List

This is the complete list of members for jpp::core::vector2d< T >, including all inherited members.

areClockwise(const vector2d< T > &b, const vector2d< T > &c) constjpp::core::vector2d< T >inline
areCounterClockwise(const vector2d< T > &b, const vector2d< T > &c) constjpp::core::vector2d< T >inline
checkOrientation(const vector2d< T > &b, const vector2d< T > &c) constjpp::core::vector2d< T >inline
dotProduct(const vector2d< T > &other) constjpp::core::vector2d< T >inline
equals(const vector2d< T > &other, const T tolerance=(T) ROUNDING_ERROR_f32) constjpp::core::vector2d< T >inline
getAngle() constjpp::core::vector2d< T >inline
getAngleTrig() constjpp::core::vector2d< T >inline
getAngleWith(const vector2d< T > &b) constjpp::core::vector2d< T >inline
getDistanceFrom(const vector2d< T > &other) constjpp::core::vector2d< T >inline
getDistanceFromSQ(const vector2d< T > &other) constjpp::core::vector2d< T >inline
getInterpolated(const vector2d< T > &other, f64 d) constjpp::core::vector2d< T >inline
getInterpolated_quadratic(const vector2d< T > &v2, const vector2d< T > &v3, f64 d) constjpp::core::vector2d< T >inline
getLength() constjpp::core::vector2d< T >inline
getLengthSQ() constjpp::core::vector2d< T >inline
interpolate(const vector2d< T > &a, const vector2d< T > &b, f64 d)jpp::core::vector2d< T >inline
isBetweenPoints(const vector2d< T > &begin, const vector2d< T > &end) constjpp::core::vector2d< T >inline
nearlyParallel(const vector2d< T > &other, const T factor=relativeErrorFactor< T >()) constjpp::core::vector2d< T >inline
normalize()jpp::core::vector2d< T >inline
operator!=(const vector2d< T > &other) const (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator*(const vector2d< T > &other) const (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator*(const T v) const (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator*=(const vector2d< T > &other) (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator*=(const T v) (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator+(const vector2d< T > &other) const (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator+(const dimension2d< T > &other) const (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator+(const T v) const (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator+=(const vector2d< T > &other) (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator+=(const T v) (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator+=(const dimension2d< T > &other) (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator-() const (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator-(const vector2d< T > &other) const (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator-(const dimension2d< T > &other) const (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator-(const T v) const (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator-=(const vector2d< T > &other) (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator-=(const T v) (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator-=(const dimension2d< T > &other) (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator/(const vector2d< T > &other) const (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator/(const T v) const (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator/=(const vector2d< T > &other) (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator/=(const T v) (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator<(const vector2d< T > &other) constjpp::core::vector2d< T >inline
operator<=(const vector2d< T > &other) constjpp::core::vector2d< T >inline
operator=(const dimension2d< T > &other) (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator==(const vector2d< T > &other) const (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator>(const vector2d< T > &other) constjpp::core::vector2d< T >inline
operator>=(const vector2d< T > &other) constjpp::core::vector2d< T >inline
operator[](u32 index) (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
operator[](u32 index) const (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
rotateBy(f64 degrees, const vector2d< T > &center=vector2d< T >())jpp::core::vector2d< T >inline
set(T nx, T ny) (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
set(const vector2d< T > &p) (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
vector2d()jpp::core::vector2d< T >inline
vector2d(T nx, T ny)jpp::core::vector2d< T >inline
vector2d(T n)jpp::core::vector2d< T >inlineexplicit
vector2d(const dimension2d< T > &other) (defined in jpp::core::vector2d< T >)jpp::core::vector2d< T >inline
Xjpp::core::vector2d< T >
Yjpp::core::vector2d< T >

Jimcpp    @cppfx.xyz