BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
Base
Vector3
absoluteValue
angle
calFixedAngleAndDistanceAndOnLinePoint
calFootOfPerpendicular
Cross
DistanceToLine
DistanceToLineSegment
DistanceToPlane
Dot
epsilon
findPointOnLine
GetAngle
getDotProduct
IsEqual
IsNull
IsOnLineSegment
IsOnLineSide
isParallelX
isParallelY
isParallelZ
Length
magnitude2D
maximum
minimum
Move
moveAlongLinePt
MoveX
MoveY
MoveZ
Normalize
num_type
operator!=
operator%
operator&
operator*
operator*
operator*=
operator+
operator+=
operator-
operator-
operator-=
operator/
operator/=
operator<
operator=
operator=
operator==
operator[]
operator[]
Perpendicular
ProjectToLine
ProjectToPlane
ProjectToPlane
RotateX
RotateY
RotateZ
Scale
ScaleX
ScaleY
ScaleZ
Set
SetX
SetY
SetZ
Sqr
traits_type
TransformToCoordinateSystem
Vector3
Vector3
Vector3
x
y
z
~Vector3
◆
operator[]()
[2/2]
template<class _Precision >
const _Precision & operator[]
(
unsigned short
usIndex
)
const
返回对坐标的常引用。
返回对坐标的常引用。usIndex 必须在 [0,2] 范围内。
参数
[in]
usIndex
传入的索引
返回
若索引为0,则返回x;若索引为1,则返回y;若索引为2,则返回z;若索引不在[0,2]范围内,则返回x