Interface com.sekati.geom.IPoint

Description

Interface describing Point

Method Index

clone(), displace(), getDistance(), isEqual(), offset()

Inherited from CoreInterface

Method Detail

isEqual

function isEqual(p:Point):Boolean

getDistance

function getDistance(p:Point):Number

displace

function displace(nX:Number, nY:Number):Point

offset

function offset(x:Number, y:Number):Void

clone

function clone():Point