Sponsored Content
Full Discussion: Confused c#t#d#s#
Operating Systems Solaris Confused c#t#d#s# Post 302217512 by deltakutty on Wednesday 23rd of July 2008 01:40:57 AM
Old 07-23-2008
Confused

Still not clear about cylinder and the following :
c#t#d#s#
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

confused,,,,

Hi,,, is there any possibility to install Linux in my P.C which is use Win98 without loose anything from my hard disk???? ---------------------------------------------------------------------------------- Is it better for a newbie in this kind of OS to install Linux instead of... (5 Replies)
Discussion started by: spyros
5 Replies

2. UNIX for Dummies Questions & Answers

confused

hi! how when i'm chattin inside com there was this chatter andi don't know what he did but he saw all my files inside my shell. what did he do? (4 Replies)
Discussion started by: hapiworm
4 Replies

3. Shell Programming and Scripting

confused with cp

may i know what cp $1 $2 $0 $2 does? (12 Replies)
Discussion started by: C|[anti-trust]
12 Replies

4. UNIX for Dummies Questions & Answers

confused

A red hat linux ftp server exists in which a file exists. My problem is I need to connect to this server from my windows xp terminal which is in the same network & retrieve the file then convert it to xcel for some data Pls advs commands and procedure to connect to the machine...oh my god... (1 Reply)
Discussion started by: sauravjung
1 Replies

5. Shell Programming and Scripting

sed very confused

Hello experts, I have this complicated code that output value in between pattern and add "a string" to the front of the output. The problems I have many pattern that are the same. so I want to know how to get the value between 1st pattern, 2nd pattern etc. Any suggestions? sed -n... (14 Replies)
Discussion started by: minifish
14 Replies

6. UNIX for Dummies Questions & Answers

Confused with the permission

Hi, One of the directory in my folder has the following persion : drwxr-sr-x Can any one explain this permission and how can his occur ? This folder is created with Win SCP. Any folder created with win SCP is being set to this permission only. (1 Reply)
Discussion started by: risshanth
1 Replies

7. Ubuntu

New and Confused

Hello, I am having a problem with Dual Booting Windows XP Pro and Linux Mint. I have Three Hard Drives, One Hard Drive has Linux Mint Loaded on it. When it is hooked up to the computer by itself it works great. This is an IDE Drive. The Second Hard Drive has Window XP Pro loaded on it.... (3 Replies)
Discussion started by: Forextrading
3 Replies

8. Shell Programming and Scripting

Confused with redirection

Hi Guys, First of all I am not entirely sure if this is the correct way of doing what I need to be done. I have tried to google for some suggestions and so far it got me more confused. Basically what I need is to pipe the output of a program to a function in KSH and inside the function some... (1 Reply)
Discussion started by: maddmaster
1 Replies

9. Shell Programming and Scripting

Confused with if/then

Hi All, I'm pretty new to this so please bear with me... I'm trying to write a bash script to first search in a file for a string of characters; if the characters exist than skip the rest of the code until you get to the last line and run that command /sbdin/ldconfig; if the string doesn't... (2 Replies)
Discussion started by: gmdune
2 Replies
SbCylinderPlaneProjector(3)					       Coin					       SbCylinderPlaneProjector(3)

NAME
SbCylinderPlaneProjector - The SbCylinderPlaneProjector class projects 2D points to a half-cylinder and a plane. This projector uses a plane along with the half-cylinder of SbCylinderSectionProjector for projections. If the 2D point mapping 'misses' the cylinder section, the 3D point will be projected onto the plane. SYNOPSIS
#include <Inventor/projectors/SbCylinderPlaneProjector.h> Inherits SbCylinderSectionProjector. Public Member Functions SbCylinderPlaneProjector (const float edgetol=0.9f, const SbBool orienttoeye=TRUE) SbCylinderPlaneProjector (const SbCylinder &cyl, const float edgetol=0.9f, const SbBool orienttoeye=TRUE) virtual SbProjector * copy (void) const virtual SbVec3f project (const SbVec2f &point) virtual SbRotation getRotation (const SbVec3f &point1, const SbVec3f &point2) Protected Member Functions SbRotation getRotation (const SbVec3f &point1, const SbBool tol1, const SbVec3f &point2, const SbBool tol2) Additional Inherited Members Detailed Description The SbCylinderPlaneProjector class projects 2D points to a half-cylinder and a plane. This projector uses a plane along with the half-cylinder of SbCylinderSectionProjector for projections. If the 2D point mapping 'misses' the cylinder section, the 3D point will be projected onto the plane. See also: SbSpherePlaneProjector Constructor &; Destructor Documentation SbCylinderPlaneProjector::SbCylinderPlaneProjector (const floatedgetol = 0.9f, const SbBoolorienttoeye = TRUE) Default constructor. See SbCylinderSectionProjector::SbCylinderSectionProjector(). SbCylinderPlaneProjector::SbCylinderPlaneProjector (const SbCylinder &cyl, const floatedgetol = 0.9f, const SbBoolorienttoeye = TRUE) Constructor with explicit specification of projection cylinder. Member Function Documentation SbProjector * SbCylinderPlaneProjector::copy (void) const [virtual] Construct and return a copy of this projector. The caller is responsible for destructing the new instance. Note that if the Coin library has been built as a DLL under Microsoft Windows and you use this method from application code, you must make sure that both the Coin DLL and the application executable is using the same instance of a C Run-Time (CRT) library. Otherwise, you will get memory heap corruption upon deallocating the returned instances, eventually leading to mysterious crashes. Reimplemented from SbCylinderSectionProjector. SbVec3f SbCylinderPlaneProjector::project (const SbVec2f &point) [virtual] Project the 2D point from normalized viewport coordinates to a 3D point. The mapping will be done in accordance with the type of the projector. Reimplemented from SbCylinderSectionProjector. SbRotation SbCylinderPlaneProjector::getRotation (const SbVec3f &point1, const SbVec3f &point2) [virtual] Returns rotation on the projection surface which re-orients point1 to point2. Reimplemented from SbCylinderSectionProjector. SbRotation SbCylinderPlaneProjector::getRotation (const SbVec3f &point1, const SbBooltol1, const SbVec3f &point2, const SbBooltol2) [protected] Calculates rotation from point1 to point2, with tol1 and tol2 deciding whether or not to use the tolerance setting. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SbCylinderPlaneProjector(3)
All times are GMT -4. The time now is 04:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy