In This Topic
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