MCPcopy
hub / github.com/williamngan/pts / clone

Method clone

src/Pt.ts:82–84  ·  view source on GitHub ↗

* Clone this Pt and return it as a new Pt.

()

Source from the content-addressed store, hash-verified

80 * Clone this Pt and return it as a new Pt.
81 */
82 clone():Pt {
83 return new Pt( this );
84 }
85
86
87 /**

Callers 15

$toMethod · 0.95
$addMethod · 0.95
$subtractMethod · 0.95
$multiplyMethod · 0.95
$divideMethod · 0.95
$unitMethod · 0.95
$absMethod · 0.95
$floorMethod · 0.95
$ceilMethod · 0.95
$roundMethod · 0.95
$minMethod · 0.95
$maxMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected