Properties | List of all members
Point2D Class Reference

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

Inherits object.

Properties

 length = property
 float: Get or set the length of the vector represented by this point object. More...
 
 phi = property
 cvb.Angle: Get or set the orientation of the vector represented by this point object. More...
 
 x = property
 float: Gets or sets the x-component of the point. More...
 
 y = property
 float: Get or set the y-component of the point. More...
 

Detailed Description

Multi-purpose 2D vector class.

Creates a point.

Parameters

x : float Data to initialize with.

y : float Data to initialize with.

Property Documentation

◆ length

length = property
static

float: Get or set the length of the vector represented by this point object.

◆ phi

phi = property
static

cvb.Angle: Get or set the orientation of the vector represented by this point object.

◆ x

x = property
static

float: Gets or sets the x-component of the point.

◆ y

y = property
static

float: Get or set the y-component of the point.