.TH "SbVec4d" 3 "Thu May 29 2014" "Version 4.0.0a" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME SbVec4d \- .PP The \fBSbVec4d\fP class is a 4 dimensional vector with double precision floating point coordinates\&. .PP This vector class is not by many other classes in Coin\&. It provides storage for a 3 dimensional homogeneoues vector (with the 4 components usually referred to as ) aswell as simple double precision floating point arithmetic operations\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBSbVec4d\fP (void)" .br .ti -1c .RI "\fBSbVec4d\fP (const double v[4])" .br .ti -1c .RI "\fBSbVec4d\fP (double x, double y, double z, double w)" .br .ti -1c .RI "\fBSbVec4d\fP (const \fBSbVec4f\fP &v)" .br .ti -1c .RI "\fBSbVec4d\fP (const \fBSbVec4b\fP &v)" .br .ti -1c .RI "\fBSbVec4d\fP (const \fBSbVec4s\fP &v)" .br .ti -1c .RI "\fBSbVec4d\fP (const \fBSbVec4i32\fP &v)" .br .ti -1c .RI "\fBSbVec4d\fP & \fBsetValue\fP (const double v[4])" .br .ti -1c .RI "\fBSbVec4d\fP & \fBsetValue\fP (double x, double y, double z, double w)" .br .ti -1c .RI "\fBSbVec4d\fP & \fBsetValue\fP (const \fBSbVec4f\fP &v)" .br .ti -1c .RI "\fBSbVec4d\fP & \fBsetValue\fP (const \fBSbVec4b\fP &v)" .br .ti -1c .RI "\fBSbVec4d\fP & \fBsetValue\fP (const \fBSbVec4s\fP &v)" .br .ti -1c .RI "\fBSbVec4d\fP & \fBsetValue\fP (const \fBSbVec4i32\fP &v)" .br .ti -1c .RI "const double * \fBgetValue\fP (void) const " .br .ti -1c .RI "void \fBgetValue\fP (double &x, double &y, double &z, double &w) const " .br .ti -1c .RI "double & \fBoperator[]\fP (int i)" .br .ti -1c .RI "const double & \fBoperator[]\fP (int i) const " .br .ti -1c .RI "double \fBdot\fP (const \fBSbVec4d\fP &v) const " .br .ti -1c .RI "SbBool \fBequals\fP (const \fBSbVec4d\fP &v, double tolerance) const " .br .ti -1c .RI "void \fBgetReal\fP (\fBSbVec3d\fP &v) const " .br .ti -1c .RI "double \fBlength\fP (void) const " .br .ti -1c .RI "double \fBsqrLength\fP (void) const " .br .ti -1c .RI "void \fBnegate\fP (void)" .br .ti -1c .RI "double \fBnormalize\fP (void)" .br .ti -1c .RI "\fBSbVec4d\fP & \fBoperator*=\fP (double d)" .br .ti -1c .RI "\fBSbVec4d\fP & \fBoperator/=\fP (double d)" .br .ti -1c .RI "\fBSbVec4d\fP & \fBoperator+=\fP (const \fBSbVec4d\fP &v)" .br .ti -1c .RI "\fBSbVec4d\fP & \fBoperator-=\fP (const \fBSbVec4d\fP &v)" .br .ti -1c .RI "\fBSbVec4d\fP \fBoperator-\fP (void) const " .br .ti -1c .RI "void \fBprint\fP (FILE *fp) const " .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "double \fBvec\fP [4]" .br .in -1c .SS "Related Functions" (Note that these are not member functions\&.) .in +1c .ti -1c .RI "\fBSbVec4d\fP \fBoperator*\fP (const \fBSbVec4d\fP &v, double d)" .br .ti -1c .RI "\fBSbVec4d\fP \fBoperator*\fP (double d, const \fBSbVec4d\fP &v)" .br .ti -1c .RI "\fBSbVec4d\fP \fBoperator/\fP (const \fBSbVec4d\fP &v, double d)" .br .ti -1c .RI "\fBSbVec4d\fP \fBoperator+\fP (const \fBSbVec4d\fP &v1, const \fBSbVec4d\fP &v2)" .br .ti -1c .RI "\fBSbVec4d\fP \fBoperator-\fP (const \fBSbVec4d\fP &v1, const \fBSbVec4d\fP &v2)" .br .ti -1c .RI "int \fBoperator==\fP (const \fBSbVec4d\fP &v1, const \fBSbVec4d\fP &v2)" .br .ti -1c .RI "int \fBoperator!=\fP (const \fBSbVec4d\fP &v1, const \fBSbVec4d\fP &v2)" .br .in -1c .SH "Detailed Description" .PP The \fBSbVec4d\fP class is a 4 dimensional vector with double precision floating point coordinates\&. .PP This vector class is not by many other classes in Coin\&. It provides storage for a 3 dimensional homogeneoues vector (with the 4 components usually referred to as ) aswell as simple double precision floating point arithmetic operations\&. .PP \fBSee also:\fP .RS 4 \fBSbVec2s\fP, \fBSbVec2f\fP, \fBSbVec2d\fP, \fBSbVec3s\fP, \fBSbVec3f\fP, \fBSbVec3d\fP, \fBSbVec4f\fP\&. .RE .PP .SH "Constructor & Destructor Documentation" .PP .SS "SbVec4d::SbVec4d (void)\fC [inline]\fP" The default constructor does nothing\&. The vector coordinates will be uninitialized until a call the \fBsetValue()\fP\&. .SS "SbVec4d::SbVec4d (const doublev[4])\fC [inline]\fP" Constructs an \fBSbVec4d\fP instance with initial values from \fIv\fP\&. .SS "SbVec4d::SbVec4d (doublex, doubley, doublez, doublew)\fC [inline]\fP" Constructs an \fBSbVec4d\fP instance with the initial homogeneous vector set to \fI\&. .SS "SbVec4d::SbVec4d (const \fBSbVec4f\fP &v)\fC [inline]\fP, \fC [explicit]\fP" Constructs an \fBSbVec4d\fP instance from an \fBSbVec4f\fP instance\&. .SS "SbVec4d::SbVec4d (const \fBSbVec4b\fP &v)\fC [inline]\fP, \fC [explicit]\fP" Constructs an \fBSbVec4d\fP instance from an \fBSbVec4b\fP instance\&. .PP \fBSince:\fP .RS 4 Coin 2\&.5 .RE .PP .SS "SbVec4d::SbVec4d (const \fBSbVec4s\fP &v)\fC [inline]\fP, \fC [explicit]\fP" Constructs an \fBSbVec4d\fP instance from an \fBSbVec4s\fP instance\&. .PP \fBSince:\fP .RS 4 Coin 2\&.5 .RE .PP .SS "SbVec4d::SbVec4d (const \fBSbVec4i32\fP &v)\fC [inline]\fP, \fC [explicit]\fP" Constructs an \fBSbVec4d\fP instance from an \fBSbVec4i32\fP instance\&. .PP \fBSince:\fP .RS 4 Coin 2\&.5 .RE .PP .SH "Member Function Documentation" .PP .SS "\fBSbVec4d\fP & SbVec4d::setValue (const doublev[4])\fC [inline]\fP" Set new coordinates for the vector from \fIv\fP\&. Returns reference to self\&. .PP \fBSee also:\fP .RS 4 \fBgetValue()\fP\&. .RE .PP .SS "\fBSbVec4d\fP & SbVec4d::setValue (doublex, doubley, doublez, doublew)\fC [inline]\fP" Set new coordinates for the vector\&. Returns reference to self\&. .PP \fBSee also:\fP .RS 4 \fBgetValue()\fP\&. .RE .PP .SS "\fBSbVec4d\fP & SbVec4d::setValue (const \fBSbVec4f\fP &v)" .PP \fBSince:\fP .RS 4 Coin 2\&.5 .RE .PP .SS "\fBSbVec4d\fP & SbVec4d::setValue (const \fBSbVec4b\fP &v)" .PP \fBSince:\fP .RS 4 Coin 2\&.5 .RE .PP .SS "\fBSbVec4d\fP & SbVec4d::setValue (const \fBSbVec4s\fP &v)" .PP \fBSince:\fP .RS 4 Coin 2\&.5 .RE .PP .SS "\fBSbVec4d\fP & SbVec4d::setValue (const \fBSbVec4i32\fP &v)" .PP \fBSince:\fP .RS 4 Coin 2\&.5 .RE .PP .SS "const double * SbVec4d::getValue (void) const\fC [inline]\fP" Returns a pointer to an array of four doubles containing the x, y, z and w coordinates of the vector\&. .PP \fBSee also:\fP .RS 4 \fBsetValue()\fP\&. .RE .PP .SS "void SbVec4d::getValue (double &x, double &y, double &z, double &w) const\fC [inline]\fP" Returns the x, y, z and w coordinates of the vector\&. .PP \fBSee also:\fP .RS 4 \fBsetValue()\fP\&. .RE .PP .SS "double & SbVec4d::operator[] (inti)\fC [inline]\fP" Index operator\&. Returns modifiable x, y, z or w component of vector\&. .PP \fBSee also:\fP .RS 4 \fBgetValue()\fP and \fBsetValue()\fP\&. .RE .PP .SS "const double & SbVec4d::operator[] (inti) const\fC [inline]\fP" Index operator\&. Returns x, y, z or w component of vector\&. .PP \fBSee also:\fP .RS 4 \fBgetValue()\fP and \fBsetValue()\fP\&. .RE .PP .SS "double SbVec4d::dot (const \fBSbVec4d\fP &v) const\fC [inline]\fP" Calculates and returns the result of taking the dot product of this vector and \fIv\fP\&. .SS "SbBool SbVec4d::equals (const \fBSbVec4d\fP &v, doubletolerance) const" Compares the vector with \fIv\fP and returns \fCTRUE\fP if the distance between the vectors is smaller or equal to the square root of \fItolerance\fP\&. .PP The comparison is done in 4D-space, i\&.e\&. the \fIw\fP component of the vector is \fInot\fP used to make x, y and z into Cartesian coordinates first\&. .SS "void SbVec4d::getReal (\fBSbVec3d\fP &v) const" Returns the vector as a Cartesian 3D vector in \fIv\fP\&. This means that the 3 first components x, y and z will be divided by the fourth, w\&. .SS "double SbVec4d::length (void) const" Return the length of the vector in 4D space\&. .SS "double SbVec4d::sqrLength (void) const\fC [inline]\fP" Return the square of the length of the vector in 4D space\&. .SS "void SbVec4d::negate (void)\fC [inline]\fP" Negate the vector\&. .SS "double SbVec4d::normalize (void)" Normalize the vector to unit length\&. Return value is the original length of the vector before normalization\&. .SS "\fBSbVec4d\fP & SbVec4d::operator*= (doubled)\fC [inline]\fP" Multiply components of vector with value \fId\fP\&. Returns reference to self\&. .SS "\fBSbVec4d\fP & SbVec4d::operator+= (const \fBSbVec4d\fP &v)\fC [inline]\fP" \fBSbVec4d\fP & SbVec4d::operator /= (double d) .PP Divides components of vector with value \fId\fP\&. Returns reference to self\&. .PP Adds this vector and vector \fIv\fP\&. Returns reference to self\&. .SS "\fBSbVec4d\fP & SbVec4d::operator-= (const \fBSbVec4d\fP &v)\fC [inline]\fP" Subtracts vector \fIv\fP from this vector\&. Returns reference to self\&. .SS "\fBSbVec4d\fP SbVec4d::operator- (void) const\fC [inline]\fP" Non-destructive negation operator\&. Returns a new \fBSbVec4d\fP instance which has all components negated\&. .PP \fBSee also:\fP .RS 4 \fBnegate()\fP\&. .RE .PP .SS "void SbVec4d::print (FILE *fp) const" Dump the state of this object to the \fIfile\fP stream\&. Only works in debug version of library, method does nothing in an optimized compile\&. .SH "Friends And Related Function Documentation" .PP .SS "\fBSbVec4d\fP operator* (const \fBSbVec4d\fP &v, doubled)\fC [related]\fP" Returns an \fBSbVec4d\fP instance which is the components of vector \fIv\fP multiplied with \fId\fP\&. .SS "\fBSbVec4d\fP operator* (doubled, const \fBSbVec4d\fP &v)\fC [related]\fP" Returns an \fBSbVec4d\fP instance which is the components of vector \fIv\fP multiplied with \fId\fP\&. .SS "\fBSbVec4d\fP operator/ (const \fBSbVec4d\fP &v, doubled)\fC [related]\fP" Returns an \fBSbVec4d\fP instance which is the components of vector \fIv\fP divided on the scalar factor \fId\fP\&. .SS "\fBSbVec4d\fP operator+ (const \fBSbVec4d\fP &v1, const \fBSbVec4d\fP &v2)\fC [related]\fP" Returns an \fBSbVec4d\fP instance which is the sum of vectors \fIv1\fP and \fIv2\fP\&. .SS "\fBSbVec4d\fP operator- (const \fBSbVec4d\fP &v1, const \fBSbVec4d\fP &v2)\fC [related]\fP" Returns an \fBSbVec4d\fP instance which is vector \fIv2\fP subtracted from vector \fIv1\fP\&. .SS "int operator== (const \fBSbVec4d\fP &v1, const \fBSbVec4d\fP &v2)\fC [related]\fP" Returns \fI1\fP if \fIv1\fP and \fIv2\fP are equal, \fI0\fP otherwise\&. .PP \fBSee also:\fP .RS 4 \fBequals()\fP\&. .RE .PP .SS "int operator!= (const \fBSbVec4d\fP &v1, const \fBSbVec4d\fP &v2)\fC [related]\fP" Returns \fI1\fP if \fIv1\fP and \fIv2\fP are not equal, \fI0\fP if they are equal\&. .PP \fBSee also:\fP .RS 4 \fBequals()\fP\&. .RE .PP .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.