vec3d
Public Functions
Public Attributes
 | 
Name | 
| double | 
x | 
| double | 
y | 
| double | 
z | 
Public Functions Documentation
function vec3d
function vec3d
inline vec3d(
    double rx,
    double ry,
    double rz
)
 
function vec3d
inline vec3d(
    const vec2d & r
)
 
function operator+
inline vec3d operator+(
    const vec3d & v
) const
 
function operator-
inline vec3d operator-(
    const vec3d & v
) const
 
function operator^
inline vec3d operator^(
    const vec3d & v
) const
 
function operator*
inline double operator*(
    const vec3d & v
) const
 
function operator*
inline vec3d operator*(
    const double g
) const
 
function operator/
inline vec3d operator/(
    const double g
) const
 
function operator+=
inline const vec3d & operator+=(
    const vec3d & v
)
 
function operator-=
inline const vec3d & operator-=(
    const vec3d & v
)
 
function operator/=
inline const vec3d & operator/=(
    const double f
)
 
function operator/=
inline const vec3d & operator/=(
    const int n
)
 
function operator*=
inline const vec3d & operator*=(
    const double f
)
 
function operator-
inline vec3d operator-() const
 
function Length
inline double Length() const
 
function SqrLength
inline double SqrLength() const
 
function Normalize
inline vec3d & Normalize()
 
Public Attributes Documentation
variable x
variable y
variable z
Updated on 2024-03-17 at 12:58:44 -0600