kmy_for_yukar
SharpKmyCore
Math
Segment3D.h
1
#pragma once
2
#include "Vector3.h"
3
4
namespace
SharpKmyMath
5
{
6
public ref class
Segment3
7
{
8
public
:
9
Vector3
_p0
,
_p1
;
10
Segment3
() {}
11
Segment3
(
Vector3
p0,
Vector3
p1);
12
};
13
}
SharpKmyMath::Segment3
Definition:
Segment3D.h:7
SharpKmyMath::Segment3::_p1
Vector3 _p1
Definition:
Segment3D.h:9
SharpKmyMath::Segment3::Segment3
Segment3()
Definition:
Segment3D.h:10
SharpKmyMath::Segment3::_p0
Vector3 _p0
Definition:
Segment3D.h:9
SharpKmyMath
Definition:
RefCapture.h:3
SharpKmyMath::Vector3
Definition:
Vector3.h:7
Generated by
1.9.4