All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
Vector3d Class Reference

Public Member Functions

 Vector3d (this.x, this.y, this.z)
 Default constructor.
 

Public Attributes

double x
 
double y
 
double z
 

Detailed Description

Definition at line 10 of file vector3d.dart.

Constructor & Destructor Documentation

◆ Vector3d()

Vector3d.Vector3d ( this. x,
this. y,
this. z )

Default constructor.

Member Data Documentation

◆ x

double Vector3d.x

Definition at line 13 of file vector3d.dart.

◆ y

double Vector3d.y

Definition at line 14 of file vector3d.dart.

◆ z

double Vector3d.z

Definition at line 15 of file vector3d.dart.


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