Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
|
This is the complete list of members for nirt::core::vector2d< T >, including all inherited members.
areClockwise(const vector2d< T > &b, const vector2d< T > &c) const | nirt::core::vector2d< T > | inline |
areCounterClockwise(const vector2d< T > &b, const vector2d< T > &c) const | nirt::core::vector2d< T > | inline |
checkOrientation(const vector2d< T > &b, const vector2d< T > &c) const | nirt::core::vector2d< T > | inline |
dotProduct(const vector2d< T > &other) const | nirt::core::vector2d< T > | inline |
equals(const vector2d< T > &other, const T tolerance=(T) ROUNDING_ERROR_f32) const | nirt::core::vector2d< T > | inline |
getAngle() const | nirt::core::vector2d< T > | inline |
getAngleTrig() const | nirt::core::vector2d< T > | inline |
getAngleWith(const vector2d< T > &b) const | nirt::core::vector2d< T > | inline |
getDistanceFrom(const vector2d< T > &other) const | nirt::core::vector2d< T > | inline |
getDistanceFromSQ(const vector2d< T > &other) const | nirt::core::vector2d< T > | inline |
getInterpolated(const vector2d< T > &other, f64 d) const | nirt::core::vector2d< T > | inline |
getInterpolated_quadratic(const vector2d< T > &v2, const vector2d< T > &v3, f64 d) const | nirt::core::vector2d< T > | inline |
getLength() const | nirt::core::vector2d< T > | inline |
getLengthSQ() const | nirt::core::vector2d< T > | inline |
interpolate(const vector2d< T > &a, const vector2d< T > &b, f64 d) | nirt::core::vector2d< T > | inline |
isBetweenPoints(const vector2d< T > &begin, const vector2d< T > &end) const | nirt::core::vector2d< T > | inline |
nearlyParallel(const vector2d< T > &other, const T factor=relativeErrorFactor< T >()) const | nirt::core::vector2d< T > | inline |
normalize() | nirt::core::vector2d< T > | inline |
operator!=(const vector2d< T > &other) const (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator*(const vector2d< T > &other) const (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator*(const T v) const (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator*=(const vector2d< T > &other) (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator*=(const T v) (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator+(const vector2d< T > &other) const (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator+(const dimension2d< T > &other) const (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator+(const T v) const (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator+=(const vector2d< T > &other) (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator+=(const T v) (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator+=(const dimension2d< T > &other) (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator-() const (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator-(const vector2d< T > &other) const (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator-(const dimension2d< T > &other) const (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator-(const T v) const (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator-=(const vector2d< T > &other) (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator-=(const T v) (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator-=(const dimension2d< T > &other) (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator/(const vector2d< T > &other) const (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator/(const T v) const (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator/=(const vector2d< T > &other) (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator/=(const T v) (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator<(const vector2d< T > &other) const | nirt::core::vector2d< T > | inline |
operator<=(const vector2d< T > &other) const | nirt::core::vector2d< T > | inline |
operator=(const dimension2d< T > &other) (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator==(const vector2d< T > &other) const (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator>(const vector2d< T > &other) const | nirt::core::vector2d< T > | inline |
operator>=(const vector2d< T > &other) const | nirt::core::vector2d< T > | inline |
operator[](u32 index) (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
operator[](u32 index) const (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
rotateBy(f64 degrees, const vector2d< T > ¢er=vector2d< T >()) | nirt::core::vector2d< T > | inline |
set(T nx, T ny) (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
set(const vector2d< T > &p) (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
vector2d() | nirt::core::vector2d< T > | inline |
vector2d(T nx, T ny) | nirt::core::vector2d< T > | inline |
vector2d(T n) | nirt::core::vector2d< T > | inlineexplicit |
vector2d(const dimension2d< T > &other) (defined in nirt::core::vector2d< T >) | nirt::core::vector2d< T > | inline |
X | nirt::core::vector2d< T > | |
Y | nirt::core::vector2d< T > |