예제 #1
0
        public bool Intersects(StraightLine3 other, out Vector3 intersection)
        {
            bool intersetcts = false;

            intersection = Vector3.Zero;



            return(intersetcts);
        }
        public bool Intersects(StraightLine3 other, out Vector3 intersection)
        {
            bool intersetcts = false;
            intersection = Vector3.Zero;





            return intersetcts;
        }