NAMD
Public Member Functions | Public Attributes | List of all members
FloatVector Class Reference

#include <Vector.h>

Public Member Functions

 FloatVector (void)
 
 FloatVector (const Vector &v)
 

Public Attributes

float x
 
float y
 
float z
 

Detailed Description

Definition at line 24 of file Vector.h.

Constructor & Destructor Documentation

◆ FloatVector() [1/2]

FloatVector::FloatVector ( void  )
inline

Definition at line 27 of file Vector.h.

27 { ; }

◆ FloatVector() [2/2]

FloatVector::FloatVector ( const Vector v)
inline

Definition at line 314 of file Vector.h.

314 : x(v.x), y(v.y), z(v.z) { ; }
BigReal z
Definition: Vector.h:74
float y
Definition: Vector.h:26
float x
Definition: Vector.h:26
float z
Definition: Vector.h:26
BigReal x
Definition: Vector.h:74
BigReal y
Definition: Vector.h:74

Member Data Documentation

◆ x

float FloatVector::x

Definition at line 26 of file Vector.h.

◆ y

float FloatVector::y

Definition at line 26 of file Vector.h.

◆ z

float FloatVector::z

Definition at line 26 of file Vector.h.


The documentation for this class was generated from the following file: