본문으로 건너뛰기

BoundBox3D Constructors

Overloads

NameDescription
BoundBox3D()Construction
BoundBox3D(Vertex3D min, Vertex3D max)Construction
BoundBox3D(Vector3D min, Vector3D max)Construction
BoundBox3D(float x1, float y1, float z1, float x2, float y2, float z2)Construction
BoundBox3D(string x1, string y1, string z1, string x2, string y2, string z2)Construction
BoundBox3D(float[] min, float[] max)Construction
BoundBox3D(string minmax)Construction
BoundBox3D(Vertex3D center, float xLength, float yLength, float zLength)Construction

BoundBox3D()

public BoundBox3D()

Construction

BoundBox3D(Vertex3D min, Vertex3D max)

public BoundBox3D(Vertex3D min, Vertex3D max)

Construction

Parameters

NameTypeDescription
minVertex3DMin. Point
maxVertex3DMax. Point

BoundBox3D(Vector3D min, Vector3D max)

public BoundBox3D(Vector3D min, Vector3D max)

Construction

Parameters

NameTypeDescription
minVector3DMin. Point
maxVector3DMax. Point

BoundBox3D(float x1, float y1, float z1, float x2, float y2, float z2)

public BoundBox3D(float x1, float y1, float z1, float x2, float y2, float z2)

Construction

Parameters

NameTypeDescription
x1floatMin. X
y1floatMin. Y
z1floatMin. Z
x2floatMax. X
y2floatMax. Y
z2floatMax. Z

BoundBox3D(string x1, string y1, string z1, string x2, string y2, string z2)

public BoundBox3D(string x1, string y1, string z1, string x2, string y2, string z2)

Construction

Parameters

NameTypeDescription
x1stringMin. X
y1stringMin. Y
z1stringMin. Z
x2stringMax. X
y2stringMax. Y
z2stringMax. Z

BoundBox3D(float[] min, float[] max)

public BoundBox3D(float[] min, float[] max)

Construction

Parameters

NameTypeDescription
minSingle[]Min.
maxSingle[]Max.

BoundBox3D(string minmax)

public BoundBox3D(string minmax)

Construction

Parameters

NameTypeDescription
minmaxstringX1,Y1,Z1,X2,Y2,Z2 문자열

BoundBox3D(Vertex3D center, float xLength, float yLength, float zLength)

public BoundBox3D(Vertex3D center, float xLength, float yLength, float zLength)

Construction

Parameters

NameTypeDescription
centerVertex3DCenter
xLengthfloatX Axis. Length
yLengthfloatY Axis. Length
zLengthfloatZ Axis. Length