இந்த ஆக்கத்தின் காப்புரிமையாளரான நான் இதனைப் பின்வரும் உரிமத்தின் கீழ் வெளியிடுகின்றேன்:
GNU Free Documentation License விதிமுறைகளின் கீழ் இந்த ஆவணத்தை நகலெடுக்க, விநியோகிக்க மற்றும்/அல்லது மாற்றுவதற்கு அனுமதி வழங்கப்பட்டுள்ளது, Free Software Foundation;ஆல் வெளியிடப்பட்ட பதிப்பு 1.2 அல்லது அதற்குப் பிந்தைய பதிப்பு, மாற்றமில்லாத பிரிவுகள், முன் அட்டை உரைகள் மற்றும் பின் அட்டை உரைகள் இல்லாமல் வெளியிடப்பட்டது. GNU Free Documentation License என்ற தலைப்பில் உரிமத்தின் நகல் சேர்க்கப்பட்டுள்ளது.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
பகிர்ந்து கொள்ள – வேலையை நகலெடுக்க, விநியோகிக்க மற்றும் அனுப்ப
மீண்டும் கலக்க – வேலைக்கு பழகிக்கொள்ள.
கீழ்க்காணும் விதிகளுக்கு ஏற்ப,
பண்புக்கூறுகள் – நீங்கள் பொருத்தமான உரிமையை வழங்க வேண்டும், உரிமத்திற்கான இணைப்பை வழங்க வேண்டும் மற்றும் மாற்றங்கள் செய்யப்பட்டிருந்தால் குறிப்பிட வேண்டும். நீங்கள் ஏற்புடைய எந்த முறையிலும் அவ்வாறு செய்யலாம், ஆனால் எந்த வகையிலும் உரிமதாரர் உங்களை அல்லது உங்கள் பயன்பாட்டிற்கு ஒப்புதல் அளிக்கும் படி பரிந்துரைக்க கூடாது.
அதே மாதிரி பகிர் – நீங்கள் ரீமிக்ஸ் செய்தாலோ, உருமாற்றம் செய்தாலோ அல்லது பொருளை உருவாக்கினாலோ, உங்கள் பங்களிப்புகளை அல்லது இணக்கமான உரிமம் கீழ் அசலாக விநியோகிக்க வேண்டும்.
This licensing tag was added to this file as part of the GFDL licensing update.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue
நீர் உமக்கு விருப்பமான உரிமத்தை தேர்ந்தெடுக்கலாம்.
Source:
A quem interessar, o código para geração das três imagens relativas ao artigo pt:Cónicas é o seguinte (deve ser renderizado pelo Polyray, de Alexander Enzman).
viewpoint
{
from <-30,18,47>
at <0,6,-1>
angle 26
resolution 300,300
}
background <1,1,1>
light white,<0,10,-5>
spot_light white,<-70,20,0>,<-20,10,0>,64,46,40
// Cone semi-transparente que serve de base para ilustrar as secções.
define conecon object
{
cone <0,0,0>,9, <0,16,0>,0
texture
{
surface
{
color <0.6,0.6,0.6>
transmission .7,1
ambient .7
diffuse .4
brilliance .6
}
}
}
// Elipse
define elips1 object
{
object { box <-80,1,-80>,<80,1.1,80> translate <0,4,0> rotate <20,0,0> }
* object { conecon }
texture
{
surface
{
color <0.5,0.8,0.5>
ambient .4
diffuse .2
}
}
}
//Parábola - observar que o ângulo do triângulo que gera o cone
// foi arredondado para 74 graus
define parabol1 object
{
object { box <-80,1,-80>,<80,1.1,80> rotate <0,0,74> translate <1,0,0> }
* object { conecon }
texture
{
surface
{
color <0.5,0.8,0.5>
ambient .4
diffuse .2
}
}
}
//Hipérbole
define hiperb1 object
{
object { box <-80,1,-80>,<80,1.1,80> rotate <0,0,90> translate <-2,0,0> }
* object { conecon }
texture
{
surface
{
color <0.5,0.8,0.5>
ambient .4
diffuse .2
}
}
}
// Insira aqui os objectos que vão compor a cena.
Captions
Add a one-line explanation of what this file represents