Type Alias: AngleInput
AngleInput = {
line1:Line;line2:Line; } | {points: [Vector3Tuple,Vector3Tuple,Vector3Tuple]; }
Defined in: mobjects/geometry/AngleShapes.ts:32
Input for Angle constructor - either two Lines or three points
AngleInput = {
line1:Line;line2:Line; } | {points: [Vector3Tuple,Vector3Tuple,Vector3Tuple]; }
Defined in: mobjects/geometry/AngleShapes.ts:32
Input for Angle constructor - either two Lines or three points