Home
last modified time | relevance | path

Searched refs:cylHeight (Results 1 – 3 of 3) sorted by relevance

/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/geom3d/
H A DprojPointOnCylinder.m71 cylHeight = Inf; variable
74 cylHeight = distancePoints3d(cyl(1:3),cyl(4:6)); variable
81 % cylTfm2 = [0 0 0 0 0 cylHeight, cylRadius];
89 if ptRadius <= cylRadius && (ptHeight <= cylBottom || ptHeight >= cylHeight)
94 ptProj_cyl = [ptTheta, ptRadius, cylHeight];
96 elseif ptRadius > cylRadius && (ptHeight <= cylBottom || ptHeight >= cylHeight)
101 ptProj_cyl = [ptTheta, cylRadius, cylHeight];
103 elseif ptRadius < cylRadius && (ptHeight > cylBottom && ptHeight < cylHeight)
106 deltaHeight = cylHeight - ptHeight;
115 ptProj_cyl = [ptTheta, ptRadius, cylHeight];
[all …]
/dports/cad/ldview/ldview-4.4/TRE/
H A DTREModel.cpp4215 , cylHeight(0.0) in TexmapInfo()
4231 , cylHeight(0.0) in TexmapInfo()
4262 cylHeight == other.cylHeight && in texmapEquals()
4297 cylHeight = normal.length(); in calcCylFields()
4298 normal /= cylHeight; in calcCylFields()
4383 tc[1] = distanceToPlane(point, a, normal) / cylHeight; in calcCylTextureCoords()
H A DTREModel.h107 TCFloat cylHeight; member