CVBpy 14.0
Point3D Class Reference

Multi-purpose 3D vector class. More...

Inherits object.

Properties

 length = property
 float: Gets the length of this point.
 
 x = property
 float: Gets or sets the x-component of the point.
 
 y = property
 float: Gets or sets the y-component of the point.
 
 z = property
 float: Gets or sets the z-component of the point.
 

Detailed Description

Multi-purpose 3D vector class.

Creates a 3D point/vector.

Parameters

x : float Data to initialize with.

y : float Data to initialize with.

z : float Data to initialize with.