본문으로 건너뛰기

Vector3D

Vector3D Class

Properties

NameTypeDescription
XfloatX
YfloatY
ZfloatZ

Methods

NameDescription
AddValueAdd Value
AngleTo두점 사이의 각
BuildAxisBuild Axis
CloneClone
CrossCross
DistanceDistance
DotDot
EqualEqual
FromVertex3DFrom Vertex3D
GetAngleBetweenVectorInDegreeGet Angle Between Vector In Degree
GetClosestPointOnInfiniteLine한 점과 라인의 최단 교차점
GetDirectionVectorGet Direction Vector
GetIntersectionPoint현재위치에서 평면의 중심점과 방향으로 충돌하는 지점 반환
GetLongestAxis현재 위치에서 라인의 최단 교차점(GetClosestPointOnInfiniteLine)을 이용하여 가장 먼 축 방향 반환
GetNormalizedGet Normalized
GetShortestAxis현재 위치에서 라인의 최단 교차점(GetClosestPointOnInfiniteLine)을 이용하여 가장 가까운 축 방향 반환
GetVectorFloatArrayVector List To Float Array
GetVertexListVector List 반환 : ',' 로 구분된 값을 Vector 형식 Collection 으로 반환
IsZeroIs Zero Value
LengthLength
MagnitudeMagnitude
MaxMax
MinMin
NormalizeNormalize
PointToPoint현재위치에서 v1(vector) 위치의 방향으로 입력된 거리만큼 떨어진 좌표추출
PointToVector현재위치에서 Vector 방향으로 입력된 거리만큼 떨어진 좌표추출
SetSet Value
SetZeroSet Zero Value
ToBiniry바이너리 반환
ToStringTo String
ToVertex3DTo Vertex3D
XToDoubleX To Double
XToInt32X To Int32
YToDoubleY To Double
YToInt32Y To Int32
ZToDoubleZ To Double
ZToInt32Z To Int32