Makes the composition of this point with given vector.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function composeWith(
: Point
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfPoint.composeWith(Point); |
Parameters
- vector
- The vector for the composition.
See Also