--- title: LineSegment2dModel status: published category: primitives group: Interface author: api date: 06/23/2023 order: 51 ---Public Interface
Table of Contents - [Properties](#properties) - [a](#LineSegment2dModel-a-member) - [b](#LineSegment2dModel-b-member) - [p](#LineSegment2dModel-p-member)
##### Signature ```ts interface LineSegment2dModel {} ``` --- ## Properties ### `a` \{#LineSegment2dModel-a-member} Public PropertySignature ##### Signature ```ts a: VecLike ``` ##### References [VecLike](/gen/primitives/VecLike-type) --- ### `b` \{#LineSegment2dModel-b-member} Public PropertySignature ##### Signature ```ts b: VecLike ``` ##### References [VecLike](/gen/primitives/VecLike-type) --- ### `p` \{#LineSegment2dModel-p-member} Public PropertySignature ##### Signature ```ts p: number ``` ---