mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-22 14:17:38 +08:00
21 lines
397 B
Python
21 lines
397 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
|
|
|
|
@Time : 2024/8/26 上午7:54
|
|
@Author : snowykami
|
|
@Email : snowykami@outlook.com
|
|
@File : test_line3.py
|
|
@Software: PyCharm
|
|
"""
|
|
import logging
|
|
|
|
from mbcp.mp_math.point import Point3
|
|
from mbcp.mp_math.vector import Vector3
|
|
from mbcp.mp_math.line import Line3
|
|
from tests.answer import output_answer
|
|
|
|
|
|
|
|
|