Re: VCDs and great mess :-)
Re: VCDs and great mess :-)
- Subject: Re: VCDs and great mess :-)
- From: Ondra Cada <email@hidden>
- Date: Wed, 14 Nov 2001 11:37:57 +0100
Riccardo,
>
>>>>> Riccardo Santato (RS) wrote at Wed, 14 Nov 2001 11:30:14 +0100:
RS> 2) How can I initialize a NSPoint ? NSBezierPath makes, obviously, use of
RS> them but the documentation is really poor on giving me advices... :-((
So far as I know, NSPoint is just an abstraction of a geometrical point, ie.
a pair of float values. Especially, it has a little to do with a pixel, and
thus I am aftraid it won't help you implementing a video player.
Anyway, the initialization's straighforward:
NSPoint pt=NSMakePoint(x,y);
where of course 'x' and 'y' can be generic float expressions.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc