- Vector: Add
add()
method.
- Vector: Rename
Vector.zero
toVector.ZERO
.
- Transform: Add
rotationFromUpAndLook()
. - Vector: Add
cross()
method and basis vectorsVector.BASIS.X
,.Y
,.Z
.
- Vector: Rename
negate()
tonegated()
. - Segment: Rename
centroid
property tomidpoint
.
- Vector: Add
length
,lengthSquared
, andnormalized()
.
- Segment: Fix typing of
centroid
/midpoint
(changed from Vector to Point).
- Polyline: Add
length
property.
- Fix build issue due to extraneous bin reference.
Initial release.