init(vectorHead:tail:)
Creates a new vector in Cartesian coordinate space.
Declaration
convenience init(vectorHead head: VNPoint, tail: VNPoint)Parameters
- head:
The vector’s head point.
- tail:
The vector’s tail point.
Creates a new vector in Cartesian coordinate space.
convenience init(vectorHead head: VNPoint, tail: VNPoint)The vector’s head point.
The vector’s tail point.