Home
last modified time | relevance | path

Searched refs:Normal1 (Results 1 – 25 of 61) sorted by relevance

123

/dports/graphics/processing/processing-1.5.1/modes/android/examples/OpenGL/Ribbons/
H A DGeometry.pde227 PVector Normal0, Normal1;
240 Normal1 = new PVector();
255 Normal1.normalize();
265 Normal0.set(Normal1);
278 Normal1.normalize();
285 normals.add(new PVector(Normal1.x, Normal1.y, Normal1.z));
288 normals.add(new PVector(Normal1.x, Normal1.y, Normal1.z));
295 normals.add(new PVector(Normal1.x, Normal1.y, Normal1.z));
305 normals.add(new PVector(Normal1.x, Normal1.y, Normal1.z));
308 normals.add(new PVector(Normal1.x, Normal1.y, Normal1.z));
[all …]
/dports/textproc/p5-PPI/PPI-1.270/t/
H A D09_normal.t47 my $Normal1 = $Document1->normalized;
50 isa_ok( $Normal1, 'PPI::Document::Normalized' );
53 is( $Normal1->equal( $Normal2 ), 1, '->equal returns true for equivalent code' );
54 is( $Normal1->equal( $Normal3 ), '', '->equal returns false for different code' );
/dports/lang/adacontrol/adactl-1.18r9/test/
H A Dx_unsafe_elaboration-normal1.ads1 package X_Unsafe_Elaboration.Normal1 is
3 end X_Unsafe_Elaboration.Normal1;
H A Dx_unsafe_elaboration-normal1.adb1 package body X_Unsafe_Elaboration.Normal1 is
6 end X_Unsafe_Elaboration.Normal1;
H A Dt_unsafe_elaboration.adb1 with X_Unsafe_Elaboration.Normal1;
45 Normal1.Proc;
/dports/games/xfireworks/xfireworks-1.4/
H A Dxfireworks.conf37 Name Normal1-1
41 Name Normal1-2
45 Name Normal1-3
49 Name Normal1-4
53 Name Normal1-5
57 Name Normal1-6
61 Name Normal1-7
/dports/net-mgmt/netmagis-metro/netmagis-2.3.4/www/cgi/
H A Dadmpar49 pattern {Normal1} {
115 lappend lines [list Normal1 [dnsconfig desc $class]]
H A Dtopotop264 pattern Normal1 {
/dports/net-mgmt/netmagis-detecteq/netmagis-2.3.4/www/cgi/
H A Dadmpar49 pattern {Normal1} {
115 lappend lines [list Normal1 [dnsconfig desc $class]]
H A Dtopotop264 pattern Normal1 {
/dports/net-mgmt/netmagis-topo/netmagis-2.3.4/www/cgi/
H A Dadmpar49 pattern {Normal1} {
115 lappend lines [list Normal1 [dnsconfig desc $class]]
H A Dtopotop264 pattern Normal1 {
/dports/net-mgmt/netmagis-utils/netmagis-2.3.4/www/cgi/
H A Dadmpar49 pattern {Normal1} {
115 lappend lines [list Normal1 [dnsconfig desc $class]]
H A Dtopotop264 pattern Normal1 {
/dports/net-mgmt/netmagis-common/netmagis-2.3.4/www/cgi/
H A Dadmpar49 pattern {Normal1} {
115 lappend lines [list Normal1 [dnsconfig desc $class]]
H A Dtopotop264 pattern Normal1 {
/dports/net-mgmt/netmagis-database/netmagis-2.3.4/www/cgi/
H A Dadmpar49 pattern {Normal1} {
115 lappend lines [list Normal1 [dnsconfig desc $class]]
H A Dtopotop264 pattern Normal1 {
/dports/net-mgmt/netmagis-www/netmagis-2.3.4/www/cgi/
H A Dadmpar49 pattern {Normal1} {
115 lappend lines [list Normal1 [dnsconfig desc $class]]
H A Dtopotop264 pattern Normal1 {
/dports/net-mgmt/netmagis-servers/netmagis-2.3.4/www/cgi/
H A Dadmpar49 pattern {Normal1} {
115 lappend lines [list Normal1 [dnsconfig desc $class]]
/dports/cad/opencascade/opencascade-7.6.0/src/DsgPrs/
H A DDsgPrs.cxx354 gp_Vec Normal1 = NormalOfPlane ^ vec1; in ComputeFacesAnglePresentation() local
356 Standard_Integer Sign1 = (PosVec * Normal1 >= 0)? 1 : -1; in ComputeFacesAnglePresentation()
491 gp_Vec Normal1 = NormalOfPlane ^ vec1; in ComputeFilletRadiusPresentation() local
493 Standard_Integer Sign1 = (PosVec * Normal1 >= 0)? 1 : -1; in ComputeFilletRadiusPresentation()
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A Dzmatrixcalculator.cpp444 CPoint3D Normal1, Normal2; in UpdateValues() local
445 CrossProduct3D(&UnitIJ, &UnitJK, &Normal1); in UpdateValues()
453 float Dot = DotProduct3D(&Normal1, &Normal2)/(SinPJ*SinPK); in UpdateValues()
H A DInternals.cpp277 CPoint3D Normal1, Normal2; in UpdateInternalValuesAtom() local
278 CrossProduct3D(&UnitIJ, &UnitJK, &Normal1); in UpdateInternalValuesAtom()
287 float Dot = DotProduct3D(&Normal1, &Normal2)/(SinPJ*SinPK); in UpdateInternalValuesAtom()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/DXTCompressor/External/include/Cg/
H A Dcg_bindlocations.h311 CG_BINDLOCATION_MACRO(Normal1,CG_NORMAL1,"NORMAL1",3093,0,CG_VARYING_PARAM)

123