Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
$to
Method · 0.95
$add
Method · 0.95
$subtract
Method · 0.95
$multiply
Method · 0.95
$divide
Method · 0.95
$unit
Method · 0.95
$abs
Method · 0.95
$floor
Method · 0.95
$ceil
Method · 0.95
$round
Method · 0.95
$min
Method · 0.95
$max
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected