Open in app

Sign In

Write

Sign In

Sureshkumar kajanthan
Sureshkumar kajanthan

10 Followers

Home

About

May 9

Translating a 3D Shape using the SetTranslation Method in Open Cascade.

To set the translation of a geometric object in Open Cascade, you can use the “SetTranslation” method. This method takes a translation vector as an input parameter and applies a translation transformation to the object based on this vector. …

1 min read

1 min read


May 3

Using setRotation method in Open Cascade for 3D object rotation

In Open Cascade “setRotation” is a method used to set the rotation of a geometric object, such as a shape or a vertex, in 3D space. The “setRotation” methods takes a rotation axis and an angle as input parameters. The axis is specified as a vector, and the angle is…

1 min read

1 min read


Apr 9

Java Question-02

import java.time.LocalDate; abstract class LibraryItem { private String title; private String author; private int year; public LibraryItem(String title, String author, int year) { this.title = title…

2 min read

Java Question-02
Java Question-02

2 min read


Apr 2

Java Question-01

abstract class Vehicle { private String make; private String model; private int year; private double dailyRentalRate; public Vehicle(String make, String model, int year, double dailyRentalRate) { this.make =…

2 min read

Java Question-01
Java Question-01

2 min read


Mar 5

Csharp — C#

01.Differences between Variable Instance and Reference. In C#, a class is a blueprint for creating objects, and each object created from a class is called an instance. Variables are used to store values and reference types are a type of variable that stores the memory address of an object rather than the actual value. …

2 min read

2 min read


Feb 25

Qt

Qt is a cross platform application development framework that allows developers to create applications for desktop, mobile and embedded platforms.It was developed by the finnish company, The Qt company. Qt provides a variety of tools and libraries to help developers create graphical user interfaces(GUIs) manage application data,handle networking and communication…

2 min read

Qt
Qt

2 min read


Jan 24

JAVA_Class

A class is a user-defined data type with a template that serves to define its properties.Once the class type has been defined, we can create “variables” of that type using declarations that are similar to the basic declarations. In Java, these variables are termed instances of classes. A class is a collection of objects. Classes don’t consume any space in the memory. Once a class has been defined. A large number of objects can be created using the same class. Therefore, Class is considered the blueprint for the object.

1 min read

JAVA_Class
JAVA_Class

1 min read


Sep 20, 2022

OOP-SOLID principle

In java, SOLID principles are an object-oriented approach that are applied to software structure design. These five principles have changed the world of object-oriented programming, and also changed the way of writing software. The word SOLID acronym for: Single Responsibility Principle (SRP) Open-Closed Principle (OCP) Liskov Substitution Principle (LSP) Interface…

2 min read

OOP-SOLID principle
OOP-SOLID principle

2 min read


Aug 25, 2022

Python

What is Python? Python is a popular programming language. It was created by Guido van Rossum, and released in 1991. Python is a general purpose, dynamic, high-level, and interpreted programming language. It supports Object Oriented programming approach to develop applications. …

3 min read

Python
Python

3 min read


May 31, 2022

Kotin part-01

What is Kotlin Kotlin is a general-purpose, statically typed, and open-source programming language. It runs on JVM and can be used anywhere Java is used today. It can be used to develop Android apps, server-side apps and much more. Kotlin Environment Setup (Command line) Since Kotlin runs on JVM, it is necessary to install JDK and setup the…

3 min read

Kotin part-01
Kotin part-01

3 min read

Sureshkumar kajanthan

Sureshkumar kajanthan

10 Followers

Eat Sleep Code

Following
  • Lahiru Dilshan

    Lahiru Dilshan

  • Arian Adeli

    Arian Adeli

  • Pusparasa Ayilavan

    Pusparasa Ayilavan

  • Rasalingam Ragul

    Rasalingam Ragul

  • RedHood

    RedHood

See all (13)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams