Functions

Point

public function Point(x: Number,
y: Number)

Scale

public function Scale(scale : Number) : Point

Normalize

public function Normalize() : Point

GetLengthSqr

public function GetLengthSqr() : Number

GetLength

public function GetLength() : Number

Floor

public function Floor() : Point

GetFloored

public function GetFloored() : Point

Properties

x

public function get x() : Number

x

public function set x(v: Number) : Void

y

public function get y() : Number

y

public function set y(v: Number) : Void
public function Point(x: Number,
y: Number)
public function Scale(scale : Number) : Point
public function Normalize() : Point
public function GetLengthSqr() : Number
public function GetLength() : Number
public function Floor() : Point
public function GetFloored() : Point
public function get x() : Number
public function get y() : Number
Close